Skip to content

Commit 14c2ac3

Browse files
Update to Keycloak 25.0.6
1 parent 09477cd commit 14c2ac3

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>25.0.4</version>
25+
<version>25.0.6</version>
2626
<name>Keycloak CAS Protocol</name>
2727
<description />
2828

@@ -36,7 +36,7 @@
3636

3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<maven.compiler.release>17</maven.compiler.release>
39-
<project.build.outputTimestamp>1724143632</project.build.outputTimestamp>
39+
<project.build.outputTimestamp>1726822103</project.build.outputTimestamp>
4040
</properties>
4141

4242
<dependencies>
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.mockito</groupId>
132132
<artifactId>mockito-core</artifactId>
133-
<version>5.12.0</version>
133+
<version>5.13.0</version>
134134
<scope>test</scope>
135135
</dependency>
136136
</dependencies>

0 commit comments

Comments
 (0)