From 33e5bcd2d66aeb6c47dbfb16df2ded8f42bf961f Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 04 Mar 2024 13:29:27 +0000 Subject: [PATCH] Fix ContentTypeHelperTest --- pom.xml | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c98f9cc..6cd3cfb 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>22.0.3</version> + <version>23.0.7</version> <name>Keycloak CAS Protocol</name> <description /> @@ -34,9 +34,8 @@ <junit.version>4.13.2</junit.version> <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>1694594825</project.build.outputTimestamp> + <maven.compiler.release>17</maven.compiler.release> + <project.build.outputTimestamp>1708678028</project.build.outputTimestamp> </properties> <dependencies> @@ -111,7 +110,13 @@ <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.8.0</version> + <version>2.9.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>5.11.0</version> <scope>test</scope> </dependency> </dependencies> -- Gitblit v1.9.1