Skip to content

Commit 08944ea

Browse files
HIVE-29000: Upgrade nimbus-jose-jwt (apache#5855)
1 parent a5be6cf commit 08944ea

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,10 @@
935935
<artifactId>hadoop-auth</artifactId>
936936
<version>${hadoop.version}</version>
937937
<exclusions>
938+
<exclusion>
939+
<groupId>com.nimbusds</groupId>
940+
<artifactId>nimbus-jose-jwt</artifactId>
941+
</exclusion>
938942
<exclusion>
939943
<groupId>commons-logging</groupId>
940944
<artifactId>commons-logging</artifactId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<name>Hive Service</name>
2626
<properties>
2727
<hive.path.to.root>..</hive.path.to.root>
28-
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
28+
<nimbus-jose-jwt.version>10.4.2</nimbus-jose-jwt.version>
2929
</properties>
3030
<dependencies>
3131
<!-- dependencies are always listed in sorted order by groupId, artifactId -->

standalone-metastore/metastore-common/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
<dependency>
7676
<groupId>com.github.joshelser</groupId>
7777
<artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>
78+
<exclusions>
79+
<exclusion>
80+
<groupId>com.nimbusds</groupId>
81+
<artifactId>nimbus-jose-jwt</artifactId>
82+
</exclusion>
83+
</exclusions>
7884
</dependency>
7985
<dependency>
8086
<groupId>com.google.guava</groupId>

standalone-metastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<httpcomponents.core.version>4.4.13</httpcomponents.core.version>
118118
<httpcomponents.client.version>4.5.13</httpcomponents.client.version>
119119
<pac4j-core.version>4.5.8</pac4j-core.version>
120-
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
120+
<nimbus-jose-jwt.version>10.4.2</nimbus-jose-jwt.version>
121121
<jetty.version>9.4.57.v20241219</jetty.version>
122122
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
123123
<!-- If upgrading, upgrade atlas as well in ql/pom.xml, which brings in some springframework dependencies transitively -->

0 commit comments

Comments
 (0)