7
7
0 files changed
8
8
9
9
diff --git a/extensions-core/druid-pac4j/pom.xml b/extensions-core/druid-pac4j/pom.xml
10
- index b48171d192..282e0e5b15 100644
10
+ index 282e0e5b15..523a2ca305 100644
11
11
--- a/extensions-core/druid-pac4j/pom.xml
12
12
+++ b/extensions-core/druid-pac4j/pom.xml
13
- @@ -38,7 +38,7 @@
13
+ @@ -38,7 +38,10 @@
14
14
15
15
<!-- Following must be updated along with any updates to pac4j version. One can find the compatible version of nimbus libraries in org.pac4j:pac4j-oidc dependencies-->
16
16
<nimbus.lang.tag.version>1.7</nimbus.lang.tag.version>
17
17
- <nimbus.jose.jwt.version>9.37.2</nimbus.jose.jwt.version>
18
- + <nimbus.jose.jwt.version>9.37.3</nimbus.jose.jwt.version>
18
+ + <!-- A breaking change was introduced in nimbus-jose-jwt 9.0 where net.minidev.json.JSONObject method arguments and return types were replaced, causing errors during OIDC callback:
19
+ + https://github.com/stackabletech/druid-operator/issues/595
20
+ + https://bitbucket.org/connect2id/nimbus-jose-jwt/src/9.0/CHANGELOG.txt -->
21
+ + <nimbus.jose.jwt.version>8.22.1</nimbus.jose.jwt.version>
19
22
<oauth2.oidc.sdk.version>8.22</oauth2.oidc.sdk.version>
20
23
</properties>
21
24
@@ -59,7 +62,7 @@ index 371d2e7673..ad0b874db0 100644
59
62
</profile>
60
63
</profiles>
61
64
diff --git a/pom.xml b/pom.xml
62
- index 38e0ddc61a..73fb14c1fc 100644
65
+ index 73fb14c1fc..26b24b8c14 100644
63
66
--- a/pom.xml
64
67
+++ b/pom.xml
65
68
@@ -74,7 +74,7 @@
@@ -71,7 +74,7 @@ index 38e0ddc61a..73fb14c1fc 100644
71
74
<apache.curator.version>5.5.0</apache.curator.version>
72
75
<apache.kafka.version>3.6.1</apache.kafka.version>
73
76
<!-- when updating apache ranger, verify the usage of aws-bundle-sdk vs aws-logs-sdk
74
- @@ -91,25 +91,25 @@
77
+ @@ -91,25 +91,28 @@
75
78
<calcite.version>1.35.0</calcite.version>
76
79
<confluent.version>6.2.12</confluent.version>
77
80
<datasketches.version>4.2.0</datasketches.version>
@@ -82,7 +85,10 @@ index 38e0ddc61a..73fb14c1fc 100644
82
85
+ <dropwizard.metrics.version>4.2.26</dropwizard.metrics.version>
83
86
<errorprone.version>2.20.0</errorprone.version>
84
87
- <fastutil.version>8.5.4</fastutil.version>
85
- + <fastutil.version>8.5.13</fastutil.version>
88
+ + <!-- An additional null check was introduced in fastutils 8.5.7 that breaks data ingestion tasks:
89
+ + https://github.com/stackabletech/druid-operator/issues/595
90
+ + https://github.com/vigna/fastutil/commit/598a4fd064e193be69ea324aa86947477c82ede8 -->
91
+ + <fastutil.version>8.5.6</fastutil.version>
86
92
<guava.version>32.0.1-jre</guava.version>
87
93
<guice.version>4.1.0</guice.version>
88
94
<hamcrest.version>1.3</hamcrest.version>
0 commit comments