Skip to content

Commit d07a38c

Browse files
Bump the gradle group across 1 directory with 9 updates
Bumps the gradle group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.13` | `5.0.14` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.13` | `5.0.14` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.13` | `5.0.14` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.7.0` | `2.8.1` | | [org.json:json](https://github.com/douglascrockford/JSON-java) | `20240303` | `20241224` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.13` | `1.13.14` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` | Updates `no.nav.security:token-validation-spring` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.13...5.0.14) Updates `no.nav.security:token-client-spring` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.13...5.0.14) Updates `no.nav.security:token-validation-spring-test` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.13...5.0.14) Updates `no.nav.security:token-client-spring` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.13...5.0.14) Updates `no.nav.security:token-validation-spring-test` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.13...5.0.14) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.1 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.7.0...v2.8.1) Updates `org.json:json` from 20240303 to 20241224 - [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) Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `io.mockk:mockk` from 1.13.13 to 1.13.14 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.13...1.13.14) Updates `org.springframework.boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7) --- 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.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 647d7ce commit d07a38c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
kotlin("jvm") version "2.1.0"
66
kotlin("plugin.spring") version "2.1.0"
77
kotlin("plugin.jpa") version "2.1.0"
8-
id("org.springframework.boot") version "3.4.0"
9-
id("io.spring.dependency-management") version "1.1.6"
8+
id("org.springframework.boot") version "3.4.1"
9+
id("io.spring.dependency-management") version "1.1.7"
1010
id("com.expediagroup.graphql") version "8.2.1"
1111
id("org.sonarqube") version "6.0.1.5171"
1212
jacoco
@@ -25,7 +25,7 @@ configurations {
2525
val confluentVersion = "7.8.0"
2626
val springCloudVersion = "4.2.0"
2727
val logstashLogbackEncoderVersion = "8.0"
28-
val tokenSupportVersion = "5.0.13"
28+
val tokenSupportVersion = "5.0.14"
2929
val retryVersion = "2.0.11"
3030
val zalandoVersion = "0.27.0"
3131
val openhtmltopdfVersion = "1.0.10"
@@ -34,14 +34,14 @@ val postgresqlVersion = "42.7.4"
3434
val awailitilityKotlinVersion = "4.2.2"
3535
val assertkJvmVersion = "0.28.1"
3636
val springMockkVersion = "4.0.2"
37-
val mockkVersion = "1.13.13"
38-
val guavaVersion = "33.3.1-jre"
39-
val orgJsonVersion = "20240303"
37+
val mockkVersion = "1.13.14"
38+
val guavaVersion = "33.4.0-jre"
39+
val orgJsonVersion = "20241224"
4040
val graphQLKotlinVersion = "8.2.1"
4141
val k9FormatVersion = "9.5.0"
4242
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
4343
val testContainersVersion = "1.20.4"
44-
val springdocVersion = "2.7.0"
44+
val springdocVersion = "2.8.1"
4545

4646
repositories {
4747
mavenCentral()

0 commit comments

Comments
 (0)