We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2396e commit 014faf0Copy full SHA for 014faf0
build.gradle.kts
@@ -5,17 +5,17 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
val assertjVersion = "3.26.3"
6
val kotlinLoggingVersion = "3.0.5"
7
val logbackVersion = "1.5.6"
8
-val nimbusSdkVersion = "11.14"
+val nimbusSdkVersion = "11.16"
9
val mockWebServerVersion = "4.12.0"
10
val jacksonVersion = "2.17.2"
11
val nettyVersion = "4.1.112.Final"
12
-val junitJupiterVersion = "5.10.3"
+val junitJupiterVersion = "5.11.0"
13
val kotlinVersion = "2.0.10"
14
val freemarkerVersion = "2.3.33"
15
val kotestVersion = "5.9.1"
16
val bouncyCastleVersion = "1.78.1"
17
val springBootVersion = "3.3.2"
18
-val reactorTestVersion = "3.6.8"
+val reactorTestVersion = "3.6.9"
19
val ktorVersion = "2.3.12"
20
val jsonPathVersion = "2.9.0"
21
0 commit comments