Skip to content

Commit

Permalink
build(deps): bump org.keycloak:keycloak-authz-client
Browse files Browse the repository at this point in the history
Bumps org.keycloak:keycloak-authz-client from 23.0.3 to 24.0.1.

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-authz-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent fb9b3f2 commit 801f9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ktor-client-auth = { group = "io.ktor", name = "ktor-client-auth", version.ref =
ktor-serialization = { group = "io.ktor", name = "ktor-serialization", version.ref = "ktor" }
ktor-serialization-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }

keycloak-authz-client = { group = "org.keycloak", name = "keycloak-authz-client", version = "23.0.3" }
keycloak-authz-client = { group = "org.keycloak", name = "keycloak-authz-client", version = "24.0.1" }
guava = { group = "com.google.guava", name = "guava", version = "33.0.0-jre" }
org-json = { group = "org.json", name = "json", version = "20240303" }
google-oauth-client = { group = "com.google.oauth-client", name = "google-oauth-client", version = "1.35.0" }
Expand Down

0 comments on commit 801f9c8

Please sign in to comment.