From 34d1e0b37876155466682ee6ca68e2ede0ed786c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 08:48:00 +0000 Subject: [PATCH] Update to Keycloak 20.0.4 --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9d82f9f..d947005 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>19.0.2</version> + <version>20.0.4</version> <name>Keycloak CAS Protocol</name> <description /> @@ -36,7 +36,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> - <project.build.outputTimestamp>1663232380</project.build.outputTimestamp> + <project.build.outputTimestamp>1676882877</project.build.outputTimestamp> </properties> <dependencies> @@ -105,7 +105,7 @@ <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> - <version>2.9.0</version> + <version>2.9.1</version> <scope>test</scope> </dependency> <dependency> -- Gitblit v1.9.1