We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5beae7 commit 94823c2Copy full SHA for 94823c2
build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
val springBootVersion = "3.2.3"
4
val junitPlatformVersion = "1.10.2"
5
val jsonPathVersion = "2.9.0" // override transitive dep due to CVE violation
6
-val embeddedRedisVersion = "1.4.1"
+val embeddedRedisVersion = "1.4.2"
7
val commonsValidatorVersion = "1.8.0"
8
val mockkVersion = "1.13.10"
9
val archunitVersion = "1.2.1"
0 commit comments