|
| 1 | +From f49ecc00f69c999b668d44b75cccd784860081a0 Mon Sep 17 00:00:00 2001 |
| 2 | +From: xeniape <xenia.fischer@stackable.tech> |
| 3 | +Date: Fri, 12 Sep 2025 17:43:16 +0200 |
| 4 | +Subject: Upgrade-nimbus-jose-jwt-to-9.37.4-to-fix-CVE-2025-53864 |
| 5 | + |
| 6 | +--- |
| 7 | + service/pom.xml | 2 +- |
| 8 | + standalone-metastore/pom.xml | 2 +- |
| 9 | + 2 files changed, 2 insertions(+), 2 deletions(-) |
| 10 | + |
| 11 | +diff --git a/service/pom.xml b/service/pom.xml |
| 12 | +index f002924b39..69dfc9aeb1 100644 |
| 13 | +--- a/service/pom.xml |
| 14 | ++++ b/service/pom.xml |
| 15 | +@@ -25,7 +25,7 @@ |
| 16 | + <name>Hive Service</name> |
| 17 | + <properties> |
| 18 | + <hive.path.to.root>..</hive.path.to.root> |
| 19 | +- <nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version> |
| 20 | ++ <nimbus-jose-jwt.version>9.37.4</nimbus-jose-jwt.version> |
| 21 | + </properties> |
| 22 | + <dependencies> |
| 23 | + <!-- dependencies are always listed in sorted order by groupId, artifactId --> |
| 24 | +diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml |
| 25 | +index b5b06e3842..ad295a2c40 100644 |
| 26 | +--- a/standalone-metastore/pom.xml |
| 27 | ++++ b/standalone-metastore/pom.xml |
| 28 | +@@ -115,7 +115,7 @@ |
| 29 | + <httpcomponents.core.version>4.4.13</httpcomponents.core.version> |
| 30 | + <httpcomponents.client.version>4.5.13</httpcomponents.client.version> |
| 31 | + <pac4j-core.version>4.5.8</pac4j-core.version> |
| 32 | +- <nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version> |
| 33 | ++ <nimbus-jose-jwt.version>9.37.4</nimbus-jose-jwt.version> |
| 34 | + <jetty.version>9.4.57.v20241219</jetty.version> |
| 35 | + <javax.annotation-api.version>1.3.2</javax.annotation-api.version> |
| 36 | + <!-- If upgrading, upgrade atlas as well in ql/pom.xml, which brings in some springframework dependencies transitively --> |
0 commit comments