From b561b82fe86acadeef450eda77f5fe7916fd99e7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 02 Jul 2025 08:56:41 +0000 Subject: [PATCH] Update to Keycloak 26.3.0 --- pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2ae4dee..7d81b7f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>26.2.1</version> + <version>26.3.0</version> <name>Keycloak CAS Protocol</name> <description /> @@ -36,7 +36,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>17</maven.compiler.release> - <project.build.outputTimestamp>1745484794</project.build.outputTimestamp> + <project.build.outputTimestamp>1751446599</project.build.outputTimestamp> </properties> <dependencies> @@ -112,7 +112,7 @@ <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> - <version>2.10.0</version> + <version>2.10.3</version> <scope>test</scope> </dependency> <dependency> @@ -130,7 +130,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.17.0</version> + <version>5.18.0</version> <scope>test</scope> </dependency> </dependencies> -- Gitblit v1.9.1