Skip to content

Commit 58117a1

Browse files
Update to Keycloak 24.0.3
1 parent 47b0411 commit 58117a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.keycloak</groupId>
2424
<artifactId>keycloak-protocol-cas</artifactId>
25-
<version>24.0.2</version>
25+
<version>24.0.3</version>
2626
<name>Keycloak CAS Protocol</name>
2727
<description />
2828

@@ -35,7 +35,7 @@
3535

3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<maven.compiler.release>17</maven.compiler.release>
38-
<project.build.outputTimestamp>1711356438</project.build.outputTimestamp>
38+
<project.build.outputTimestamp>1713343635</project.build.outputTimestamp>
3939
</properties>
4040

4141
<dependencies>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>org.glassfish.jersey.core</groupId>
119119
<artifactId>jersey-common</artifactId>
120-
<version>3.1.5</version>
120+
<version>3.1.6</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>

0 commit comments

Comments
 (0)