From d5f868839f07638596a8da48d5b42c083108b121 Mon Sep 17 00:00:00 2001 From: Gabriel Landais <gabriel.landais@kereval.com> Date: Tue, 26 Apr 2022 17:41:43 +0000 Subject: [PATCH] Update to Keycloak 18.0.0 --- pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1e49744..ef7a351 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>16.1.1</version> + <version>18.0.0</version> <name>Keycloak CAS Protocol</name> <description /> @@ -103,7 +103,7 @@ <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.6.0</version> + <version>2.7.0</version> <scope>test</scope> </dependency> </dependencies> @@ -112,7 +112,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.10.1</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target> @@ -124,7 +124,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.1.1</version> + <version>3.2.2</version> <configuration> <archive> <manifestEntries> -- Gitblit v1.9.1