Skip to content

Commit

Permalink
bump keycloak dep. Decouple core and authz versions, as the project h…
Browse files Browse the repository at this point in the history
…as switched to independent release cycles
  • Loading branch information
clezag committed Jan 2, 2025
1 parent 2f98a34 commit edd3bba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ SPDX-License-Identifier: CC0-1.0
<finalName>writer</finalName>
<geotools.version>30.0</geotools.version>
<hibernate.version>6.3.1.Final</hibernate.version>
<keycloak.version>25.0.4</keycloak.version>
<!--keycloak.version>999.0.0-SNAPSHOT</keycloak.version-->
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -77,12 +75,12 @@ SPDX-License-Identifier: CC0-1.0
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
<version>${keycloak.version}</version>
<version>26.0.6</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
<version>${keycloak.version}</version>
<version>26.0.3</version>
</dependency>

<!-- To create JSON schema descriptions out of classes -->
Expand Down

0 comments on commit edd3bba

Please sign in to comment.