From f4c9ba04fa3653b88721464c3ca7257a906dfeb1 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 09:38:14 +0000 Subject: [PATCH] Update to Keycloak 16.1.1 --- pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c5c981b..1e49744 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>12.0.0</version> + <version>16.1.1</version> <name>Keycloak CAS Protocol</name> <description /> @@ -30,7 +30,7 @@ <keycloak.version>${project.version}</keycloak.version> <jboss.logging.version>3.4.1.Final</jboss.logging.version> <jboss.logging.tools.version>2.2.1.Final</jboss.logging.tools.version> - <junit.version>4.12</junit.version> + <junit.version>4.13.2</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.8</maven.compiler.target> @@ -97,13 +97,13 @@ <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> - <version>2.8.1</version> + <version>2.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.5.0</version> + <version>2.6.0</version> <scope>test</scope> </dependency> </dependencies> -- Gitblit v1.9.1