Skip to content

Commit

Permalink
Update to Keycloak 24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jacekkow committed Mar 4, 2024
1 parent c867b6c commit 1444339
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@

<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
<version>23.0.7</version>
<version>24.0.0</version>
<name>Keycloak CAS Protocol</name>
<description />

<properties>
<keycloak.version>${project.version}</keycloak.version>
<apache.httpcomponents.version>4.5.14</apache.httpcomponents.version>
<jboss.logging.version>3.5.1.Final</jboss.logging.version>
<jboss.logging.version>3.5.3.Final</jboss.logging.version>
<jboss.logging.tools.version>2.2.1.Final</jboss.logging.tools.version>
<junit.version>4.13.2</junit.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>17</maven.compiler.release>
<project.build.outputTimestamp>1708678028</project.build.outputTimestamp>
<project.build.outputTimestamp>1709547948</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -95,6 +95,7 @@
<version>${keycloak.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 1444339

Please sign in to comment.