@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
2
2
3
3
val javaVersion = JavaLanguageVersion .of(21 )
4
4
val springdocVersion = " 2.8.5"
5
- val tokenSupportVersion = " 5.0.16 "
5
+ val tokenSupportVersion = " 5.0.17 "
6
6
val springCloudVersion = " 4.2.0"
7
7
val mockkVersion = " 1.13.16"
8
8
val mockOAuth2ServerVersion = " 2.1.10"
@@ -11,15 +11,15 @@ group = "no.nav.tilgangsmaskin.populasjonstrilgangskontroll"
11
11
version = " 1.0.1"
12
12
13
13
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 "
16
16
id(" com.diffplug.spotless" ) version " 7.0.2"
17
17
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 "
19
19
id(" io.spring.dependency-management" ) version " 1.1.7"
20
20
kotlin(" plugin.spring" ) version " 2.1.10"
21
21
id(" org.cyclonedx.bom" ) version " 2.1.0"
22
- kotlin(" plugin.jpa" ) version " 1.9.25 "
22
+ kotlin(" plugin.jpa" ) version " 2.1.10 "
23
23
id(" com.google.cloud.tools.jib" ) version " 3.4.4"
24
24
25
25
// Apply the application plugin to add support for building a CLI application in Java.
@@ -50,7 +50,7 @@ configurations.all {
50
50
dependencies {
51
51
// Align versions of all Kotlin components
52
52
53
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 " )
53
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " )
54
54
implementation(" com.neovisionaries:nv-i18n:1.29" )
55
55
implementation(" org.springframework.boot:spring-boot-starter-cache" )
56
56
implementation(" org.springframework:spring-aspects" )
0 commit comments