We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30079c commit 23dcb09Copy full SHA for 23dcb09
build.gradle.kts
@@ -1,17 +1,17 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
-val mockkVersion = "1.13.16"
4
-val tokenValidationVersion = "5.0.17"
+val mockkVersion = "1.13.17"
+val tokenValidationVersion = "5.0.19"
5
val logstashVersion = "8.0"
6
val springRetryVersion = "2.0.11"
7
val springMockkVersion = "4.0.2"
8
val springDocVersion = "2.8.5"
9
-val testContainersVersion = "1.20.5"
+val testContainersVersion = "1.20.6"
10
val threeTenExtraVersion = "1.8.0"
11
val archunitVersion = "1.4.0"
12
-val opensearchVersion = "2.19.0"
+val opensearchVersion = "2.19.1"
13
val reactorSpringVersion = "1.0.1.RELEASE"
14
-val kodeverkVersion = "1.9.20"
+val kodeverkVersion = "1.9.22"
15
val ehcacheVersion = "3.10.8"
16
val logbackSyslog4jVersion = "1.0.0"
17
0 commit comments