From e4d5043e7cc5db5c2cd7290ff0a700360f98d2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Ch=C3=A9dru?= Date: Mon, 19 Jun 2023 18:14:57 +0200 Subject: [PATCH 1/2] Build with Java 11 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c709c20..1d3c9d4 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,9 @@ git@github.com:dhatim/dropwizard-jwt-cookie-authentication.git - 1.8 - 1.8 - 1.8 + 11 + 11 + 11 UTF-8 0.11.5 false From 6d73d72937a4e9e5723acea3caebf5b572417caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Ch=C3=A9dru?= Date: Mon, 19 Jun 2023 18:16:29 +0200 Subject: [PATCH 2/2] Build with Java 11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a15b059..7ddea55 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the dropwizard-jwt-cookie-authentication library as a dependency to your `po org.dhatim dropwizard-jwt-cookie-authentication - 5.0.0 + 5.0.1 ```