We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea6adf3 + e8a8d9c commit 0ea42dbCopy full SHA for 0ea42db
build.gradle.kts
@@ -1,18 +1,18 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
-val mockkVersion = "1.13.16"
+val mockkVersion = "1.13.17"
4
val h2Version = "1.4.200"
5
-val tokenValidationVersion = "5.0.17"
+val tokenValidationVersion = "5.0.19"
6
val logstashVersion = "8.0"
7
val unleashVersion = "3.3.3"
8
val springRetryVersion = "2.0.11"
9
val springMockkVersion = "4.0.2"
10
val springDocVersion = "2.8.5"
11
-val testContainersVersion = "1.20.5"
+val testContainersVersion = "1.20.6"
12
val shedlockVersion = "6.3.0"
13
val archunitVersion = "1.4.0"
14
val ehcacheVersion = "3.10.8"
15
-val kodeverkVersion = "1.9.22"
+val kodeverkVersion = "1.9.24"
16
val syslog4jVersion = "1.0.0"
17
18
java.sourceCompatibility = JavaVersion.VERSION_21
0 commit comments