Skip to content

Commit

Permalink
fix(deps): update dependency org.keycloak:keycloak-admin-client to v22 (
Browse files Browse the repository at this point in the history
#452)

* fix(deps): update dependency org.keycloak:keycloak-admin-client to v22

* chore: javax.annotation-api dependency added

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michal Augustýn <[email protected]>
  • Loading branch information
renovate[bot] and augi authored Jul 20, 2023
1 parent 3123e6d commit a180328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keycloak/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ protobuf {

dependencies {
api project(':core')
api 'org.keycloak:keycloak-admin-client:21.1.2'
api 'org.keycloak:keycloak-admin-client:22.0.1'
api 'javax.annotation:javax.annotation-api:1.3.2'
api 'org.bouncycastle:bcprov-jdk15on:1.70'
api 'com.typesafe:config:1.4.2'

Expand Down

0 comments on commit a180328

Please sign in to comment.