From 1b768a45f23951a5af45c43ec1d03fa3a5cb8356 Mon Sep 17 00:00:00 2001 From: Matthew Buckett Date: Fri, 9 Jan 2026 09:12:57 +0000 Subject: [PATCH] AB#110441 Update Spring Security LTI (fix caching). This pulls in a newer Spring Security LTI which no longer caches the JWKS URI forever, but instead should correctly pickup changes in the client registration and local the new JWKS URL. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e7527d..698e2b5 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ uk.ac.ox.ctl spring-security-lti13 - 0.3.0 + 0.3.4 io.sentry