File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments