Skip to content

Commit f907e92

Browse files
Bump the gradle group with 4 updates
Bumps the gradle group with 4 updates: [no.nav.security:token-validation-spring](https://github.com/navikt/token-support), [no.nav.security:token-client-spring](https://github.com/navikt/token-support), [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) and [org.json:json](https://github.com/douglascrockford/JSON-java). Updates `no.nav.security:token-validation-spring` from 3.2.0 to 4.1.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.2.0...4.1.3) Updates `no.nav.security:token-client-spring` from 3.2.0 to 4.1.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.2.0...4.1.3) Updates `no.nav.security:token-validation-spring-test` from 3.2.0 to 4.1.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.2.0...4.1.3) Updates `org.json:json` from 20231013 to 20240205 - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f95bee commit f907e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ configurations {
2525
val confluentVersion = "7.5.3"
2626
val springCloudVersion = "4.1.1"
2727
val logstashLogbackEncoderVersion = "7.4"
28-
val tokenSupportVersion = "3.2.0"
28+
val tokenSupportVersion = "4.1.3"
2929
val retryVersion = "2.0.5"
3030
val zalandoVersion = "0.27.0"
3131
val openhtmltopdfVersion = "1.0.10"
@@ -36,7 +36,7 @@ val assertkJvmVersion = "0.28.0"
3636
val springMockkVersion = "4.0.2"
3737
val mockkVersion = "1.13.9"
3838
val guavaVersion = "33.0.0-jre"
39-
val orgJsonVersion = "20231013"
39+
val orgJsonVersion = "20240205"
4040
val graphQLKotlinVersion = "7.0.2"
4141
val k9FormatVersion = "8.3.4"
4242
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"

0 commit comments

Comments
 (0)