Skip to content

Commit 120fbda

Browse files
Bump the gradle group with 5 updates
Bumps the gradle group with 5 updates: | Package | From | To | | --- | --- | --- | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `4.1.5` | `4.1.7` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `4.1.5` | `4.1.7` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `4.1.5` | `4.1.7` | | [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.5` | `2.0.6` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.10` | `1.13.11` | Updates `no.nav.security:token-validation-spring` from 4.1.5 to 4.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.5...4.1.7) Updates `no.nav.security:token-client-spring` from 4.1.5 to 4.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.5...4.1.7) Updates `no.nav.security:token-validation-spring-test` from 4.1.5 to 4.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.5...4.1.7) Updates `no.nav.security:token-client-spring` from 4.1.5 to 4.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.5...4.1.7) Updates `no.nav.security:token-validation-spring-test` from 4.1.5 to 4.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.5...4.1.7) Updates `org.springframework.retry:spring-retry` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/spring-projects/spring-retry/releases) - [Commits](spring-projects/spring-retry@v2.0.5...v2.0.6) Updates `io.mockk:mockk` from 1.13.10 to 1.13.11 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.10...1.13.11) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.springframework.retry:spring-retry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8add73 commit 120fbda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ configurations {
2525
val confluentVersion = "7.6.1"
2626
val springCloudVersion = "4.1.2"
2727
val logstashLogbackEncoderVersion = "7.4"
28-
val tokenSupportVersion = "4.1.5"
29-
val retryVersion = "2.0.5"
28+
val tokenSupportVersion = "4.1.7"
29+
val retryVersion = "2.0.6"
3030
val zalandoVersion = "0.27.0"
3131
val openhtmltopdfVersion = "1.0.10"
3232
val handlebarsVersion = "4.4.0"
3333
val postgresqlVersion = "42.7.3"
3434
val awailitilityKotlinVersion = "4.2.1"
3535
val assertkJvmVersion = "0.28.1"
3636
val springMockkVersion = "4.0.2"
37-
val mockkVersion = "1.13.10"
37+
val mockkVersion = "1.13.11"
3838
val guavaVersion = "33.2.0-jre"
3939
val orgJsonVersion = "20240303"
4040
val graphQLKotlinVersion = "7.1.1"

0 commit comments

Comments
 (0)