Skip to content

Commit e0f6e98

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) | `4.1.7` | `5.0.1` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `4.1.7` | `5.0.1` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `4.1.7` | `5.0.1` | | org.springframework.cloud:spring-cloud-starter-contract-stub-runner | `4.1.2` | `4.1.3` | | [com.google.guava:guava](https://github.com/google/guava) | `33.2.0-jre` | `33.2.1-jre` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` | Updates `no.nav.security:token-validation-spring` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.7...5.0.1) Updates `no.nav.security:token-client-spring` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.7...5.0.1) Updates `no.nav.security:token-validation-spring-test` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.7...5.0.1) Updates `no.nav.security:token-client-spring` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.7...5.0.1) Updates `no.nav.security:token-validation-spring-test` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@4.1.7...5.0.1) Updates `org.springframework.cloud:spring-cloud-starter-contract-stub-runner` from 4.1.2 to 4.1.3 Updates `com.google.guava:guava` from 33.2.0-jre to 33.2.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `jvm` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) Updates `plugin.spring` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) Updates `plugin.jpa` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) Updates `org.springframework.boot` from 3.2.5 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1) --- 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: 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.springframework.cloud:spring-cloud-starter-contract-stub-runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f5f71e commit e0f6e98

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle.kts

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask
22
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
plugins {
5-
kotlin("jvm") version "1.9.24"
6-
kotlin("plugin.spring") version "1.9.24"
7-
kotlin("plugin.jpa") version "1.9.24"
8-
id("org.springframework.boot") version "3.2.5"
5+
kotlin("jvm") version "2.0.0"
6+
kotlin("plugin.spring") version "2.0.0"
7+
kotlin("plugin.jpa") version "2.0.0"
8+
id("org.springframework.boot") version "3.3.1"
99
id("io.spring.dependency-management") version "1.1.5"
1010
id("com.expediagroup.graphql") version "7.1.1"
1111
id("org.sonarqube") version "5.0.0.4638"
@@ -23,9 +23,9 @@ configurations {
2323
}
2424

2525
val confluentVersion = "7.6.1"
26-
val springCloudVersion = "4.1.2"
26+
val springCloudVersion = "4.1.3"
2727
val logstashLogbackEncoderVersion = "7.4"
28-
val tokenSupportVersion = "4.1.7"
28+
val tokenSupportVersion = "5.0.1"
2929
val retryVersion = "2.0.6"
3030
val zalandoVersion = "0.27.0"
3131
val openhtmltopdfVersion = "1.0.10"
@@ -35,7 +35,7 @@ val awailitilityKotlinVersion = "4.2.1"
3535
val assertkJvmVersion = "0.28.1"
3636
val springMockkVersion = "4.0.2"
3737
val mockkVersion = "1.13.11"
38-
val guavaVersion = "33.2.0-jre"
38+
val guavaVersion = "33.2.1-jre"
3939
val orgJsonVersion = "20240303"
4040
val graphQLKotlinVersion = "7.1.1"
4141
val k9FormatVersion = "8.3.4"

0 commit comments

Comments
 (0)