Skip to content

Commit

Permalink
fix(deps): update dependency org.keycloak:keycloak-admin-client to v2…
Browse files Browse the repository at this point in the history
…5.0.1
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent 6f61256 commit bff3375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions packages/server/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bff3375

Please sign in to comment.