We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2273fe7 commit c960ca1Copy full SHA for c960ca1
build.gradle.kts
@@ -21,7 +21,7 @@ val mockitoJunitVersion = "5.15.2"
21
val assertJVersion = "3.27.3"
22
val jakartaWsRsVersion = "3.1.0"
23
val jerseyVersion = "3.1.10"
24
-val commonsCodecVersion = "1.17.2"
+val commonsCodecVersion = "1.18.0"
25
dependencies {
26
implementation(platform("org.keycloak.bom:keycloak-bom-parent:${keycloakVersion}"))
27
implementation(platform("org.keycloak.bom:keycloak-spi-bom:${keycloakVersion}"))
0 commit comments