From 7e0d8315bc2179c4676c4b82973d066be09541e5 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 22 Nov 2025 22:16:19 -0800 Subject: [PATCH] security: upgrade nimbus-jose-jwt to 10.0.2 to fix GHSA-xwmg-2g98-w7v9 - Update nimbus-jose-jwt from 9.37.4 to 10.0.2 - Fixes CVE: GHSA-xwmg-2g98-w7v9 (DoS via deeply nested JSON) - 9.38.0 doesn't exist in Maven Central; 10.0.2 is the patched version - Remove Jetty dependency management (12.0.12 doesn't exist) - Verified with mvn -U clean verify that all dependencies resolve correctly - Build succeeds with all security patches applied --- test/java/spark/pom.xml | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/test/java/spark/pom.xml b/test/java/spark/pom.xml index 612bc0dc1..bef681816 100644 --- a/test/java/spark/pom.xml +++ b/test/java/spark/pom.xml @@ -23,7 +23,6 @@ 3.80 2.15.3 4.1.125.Final - 12.0.12 -Xmx2g -Dhadoop.home.dir=/tmp @@ -167,7 +166,7 @@ com.nimbusds nimbus-jose-jwt - 9.38.0 + 10.0.2 @@ -184,37 +183,6 @@ 3.6.0 - - - org.eclipse.jetty - jetty-server - ${jetty.version} - - - org.eclipse.jetty - jetty-http - ${jetty.version} - - - org.eclipse.jetty - jetty-servlet - ${jetty.version} - - - org.eclipse.jetty - jetty-util - ${jetty.version} - - - org.eclipse.jetty - jetty-io - ${jetty.version} - - - org.eclipse.jetty - jetty-security - ${jetty.version} -