diff --git a/packages/server/build.gradle b/packages/server/build.gradle index b66af54c72..a4e7c784df 100644 --- a/packages/server/build.gradle +++ b/packages/server/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.22' implementation 'org.flywaydb:flyway-core' implementation 'org.jsoup:jsoup:1.7.2' - implementation 'org.keycloak:keycloak-admin-client:25.0.0' + implementation 'org.keycloak:keycloak-admin-client:25.0.1' implementation 'org.redisson:redisson-spring-boot-starter:3.23.4' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0' implementation 'org.springframework.boot:spring-boot-starter-actuator' diff --git a/packages/server/gradle.lockfile b/packages/server/gradle.lockfile index 4c93c6b8e9..ff64e87e9f 100644 --- a/packages/server/gradle.lockfile +++ b/packages/server/gradle.lockfile @@ -264,9 +264,9 @@ org.junit.platform:junit-platform-launcher:1.9.3=aotTestCompileClasspath,nativeI org.junit.platform:junit-platform-reporting:1.9.3=aotTestCompileClasspath,nativeImageTestClasspath,processTestAotClasspath,testRuntimeClasspath org.junit:junit-bom:5.10.0=aotTestCompileClasspath,nativeImageTestClasspath,processTestAotClasspath,testRuntimeClasspath org.junit:junit-bom:5.9.3=testCompileClasspath -org.keycloak:keycloak-admin-client:25.0.0=aotCompileClasspath,aotTestCompileClasspath,compileClasspath,nativeImageClasspath,nativeImageTestClasspath,processAotClasspath,processTestAotClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.keycloak:keycloak-common:25.0.0=aotCompileClasspath,aotTestCompileClasspath,compileClasspath,nativeImageClasspath,nativeImageTestClasspath,processAotClasspath,processTestAotClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.keycloak:keycloak-core:25.0.0=aotCompileClasspath,aotTestCompileClasspath,compileClasspath,nativeImageClasspath,nativeImageTestClasspath,processAotClasspath,processTestAotClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.keycloak:keycloak-admin-client:25.0.1=aotCompileClasspath,aotTestCompileClasspath,compileClasspath,nativeImageClasspath,nativeImageTestClasspath,processAotClasspath,processTestAotClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.keycloak:keycloak-common:25.0.1=aotCompileClasspath,aotTestCompileClasspath,compileClasspath,nativeImageClasspath,nativeImageTestClasspath,processAotClasspath,processTestAotClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.keycloak:keycloak-core:25.0.1=aotCompileClasspath,aotTestCompileClasspath,compileClasspath,nativeImageClasspath,nativeImageTestClasspath,processAotClasspath,processTestAotClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.latencyutils:LatencyUtils:2.0.3=aotCompileClasspath,aotTestCompileClasspath,nativeImageClasspath,nativeImageTestClasspath,processAotClasspath,processTestAotClasspath,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath org.lz4:lz4-java:1.8.0=aotCompileClasspath,aotTestCompileClasspath,compileClasspath,nativeImageClasspath,nativeImageTestClasspath,processAotClasspath,processTestAotClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:5.3.1=aotTestCompileClasspath,nativeImageTestClasspath,processTestAotClasspath,testCompileClasspath,testRuntimeClasspath