Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2751795

Browse files
authoredFeb 21, 2025
Bump the all-dependencies group across 1 directory with 8 updates
Bumps the all-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` | | [org.jetbrains.kotlin.plugin.allopen](https://github.com/JetBrains/kotlin) | `1.9.22` | `2.1.10` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.25` | `2.1.10` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.25` | `2.1.10` | Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1) Updates `no.nav.security:token-validation-spring` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `no.nav.security:token-client-spring` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `no.nav.security:token-validation-spring-test` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `no.nav.security:token-client-spring` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `no.nav.security:token-validation-spring-test` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `org.jetbrains.kotlin.plugin.allopen` from 1.9.22 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.22...v2.1.10) Updates `jvm` from 1.9.25 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.25...v2.1.10) Updates `org.springframework.boot` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `plugin.jpa` from 1.9.25 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.25...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin.plugin.allopen dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e00146 commit 2751795

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
22

33
val javaVersion = JavaLanguageVersion.of(21)
44
val springdocVersion = "2.8.5"
5-
val tokenSupportVersion = "5.0.16"
5+
val tokenSupportVersion = "5.0.17"
66
val springCloudVersion = "4.2.0"
77
val mockkVersion = "1.13.16"
88
val mockOAuth2ServerVersion = "2.1.10"
@@ -11,15 +11,15 @@ group = "no.nav.tilgangsmaskin.populasjonstrilgangskontroll"
1111
version = "1.0.1"
1212

1313
plugins {
14-
id("org.jetbrains.kotlin.plugin.allopen") version "1.9.22"
15-
kotlin("jvm") version "1.9.25"
14+
id("org.jetbrains.kotlin.plugin.allopen") version "2.1.10"
15+
kotlin("jvm") version "2.1.10"
1616
id("com.diffplug.spotless") version "7.0.2"
1717
id("com.github.ben-manes.versions") version "0.52.0"
18-
id("org.springframework.boot") version "3.4.2"
18+
id("org.springframework.boot") version "3.4.3"
1919
id("io.spring.dependency-management") version "1.1.7"
2020
kotlin("plugin.spring") version "2.1.10"
2121
id("org.cyclonedx.bom") version "2.1.0"
22-
kotlin("plugin.jpa") version "1.9.25"
22+
kotlin("plugin.jpa") version "2.1.10"
2323
id("com.google.cloud.tools.jib") version "3.4.4"
2424

2525
// Apply the application plugin to add support for building a CLI application in Java.
@@ -50,7 +50,7 @@ configurations.all {
5050
dependencies {
5151
// Align versions of all Kotlin components
5252

53-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
53+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
5454
implementation("com.neovisionaries:nv-i18n:1.29")
5555
implementation("org.springframework.boot:spring-boot-starter-cache")
5656
implementation("org.springframework:spring-aspects")

0 commit comments

Comments
 (0)
Please sign in to comment.