From a916944f5b6be9b62fc245e907e578efaae9aea7 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 27 May 2024 15:15:10 +0100 Subject: [PATCH] Migrate to Spring Boot 3.1 Note that Spring Boot 3.1 is the last version to support Jetty 11: moving to Spring Boot 3.2 will require migration to Jetty 12. Note that 3.1 ended OSS support on 2024-05-18. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f110115..b13d613 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ net.shibboleth 9.1.2 - 3.0.13 + 3.1.12 0.10.0 11.0.21