Fixed keycloak-client range lower bound

This commit is contained in:
Luca Frosini 2024-05-22 10:47:17 +02:00
parent f6bf73c9b1
commit 11120d43ea
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId> <artifactId>keycloak-client</artifactId>
<version>[2.1.0,3.0.0-SNAPSHOT)</version> <version>[2.1.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>