@@ -2,20 +2,20 @@ import java.time.Duration
2
2
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
4
4
5
- val assertjVersion = " 3.27.2 "
5
+ val assertjVersion = " 3.27.3 "
6
6
val kotlinLoggingVersion = " 3.0.5"
7
7
val logbackVersion = " 1.5.16"
8
- val nimbusSdkVersion = " 11.20.1 "
8
+ val nimbusSdkVersion = " 11.23 "
9
9
val mockWebServerVersion = " 4.12.0"
10
10
val jacksonVersion = " 2.18.2"
11
- val nettyVersion = " 4.1.116 .Final"
11
+ val nettyVersion = " 4.1.118 .Final"
12
12
val junitJupiterVersion = " 5.11.4"
13
- val kotlinVersion = " 2.1.0 "
13
+ val kotlinVersion = " 2.1.10 "
14
14
val freemarkerVersion = " 2.3.34"
15
15
val kotestVersion = " 5.9.1"
16
- val bouncyCastleVersion = " 1.79 "
17
- val springBootVersion = " 3.4.1 "
18
- val reactorTestVersion = " 3.7.1 "
16
+ val bouncyCastleVersion = " 1.80 "
17
+ val springBootVersion = " 3.4.2 "
18
+ val reactorTestVersion = " 3.7.3 "
19
19
val ktorVersion = " 2.3.13"
20
20
val jsonPathVersion = " 2.9.0"
21
21
@@ -24,9 +24,9 @@ val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
24
24
25
25
plugins {
26
26
application
27
- kotlin(" jvm" ) version " 2.1.0 "
27
+ kotlin(" jvm" ) version " 2.1.10 "
28
28
id(" se.patrikerdes.use-latest-versions" ) version " 0.2.18"
29
- id(" com.github.ben-manes.versions" ) version " 0.51 .0"
29
+ id(" com.github.ben-manes.versions" ) version " 0.52 .0"
30
30
id(" org.jmailen.kotlinter" ) version " 5.0.1"
31
31
id(" com.google.cloud.tools.jib" ) version " 3.4.4"
32
32
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
@@ -95,7 +95,7 @@ dependencies {
95
95
require(" 2.10.0" )
96
96
}
97
97
}
98
- testImplementation(" org.yaml:snakeyaml:2.3 " ) {
98
+ testImplementation(" org.yaml:snakeyaml:2.4 " ) {
99
99
because(" previous versions have security vulnerabilities" )
100
100
}
101
101
add(" api" , " com.squareup.okio:okio" ) {
0 commit comments