Skip to content

Commit

Permalink
Update to Keycloak 26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jacekkow committed Oct 4, 2024
1 parent 42da5e7 commit f7b5843
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@

<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
<version>25.0.6</version>
<version>26.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.3.Final</jboss.logging.version>
<jboss.logging.tools.version>2.2.1.Final</jboss.logging.tools.version>
<jboss.logging.version>3.6.0.Final</jboss.logging.version>
<jboss.logging.tools.version>3.0.1.Final</jboss.logging.tools.version>
<junit.version>4.13.2</junit.version>
<resteasy.version>6.2.7.Final</resteasy.version>
<resteasy.version>6.2.9.Final</resteasy.version>

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

<dependencies>
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>5.14.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit f7b5843

Please sign in to comment.