This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new d5bc93658a Bump org.keycloak:keycloak-authz-client in
/dev-tools/load-client (#530)
d5bc93658a is described below
commit d5bc93658afdb075149b4c760fb0d7c5b34598e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 27 02:58:34 2025 -0500
Bump org.keycloak:keycloak-authz-client in /dev-tools/load-client (#530)
Bumps org.keycloak:keycloak-authz-client from 2.5.4.Final to 8.0.0.
---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-authz-client
dependency-version: 8.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dev-tools/load-client/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tools/load-client/pom.xml b/dev-tools/load-client/pom.xml
index d87b35c8eb..c032469292 100644
--- a/dev-tools/load-client/pom.xml
+++ b/dev-tools/load-client/pom.xml
@@ -64,7 +64,7 @@ under the License.
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
- <version>2.5.4.Final</version>
+ <version>8.0.0</version>
</dependency>
</dependencies>
<build>