Skip to content

Commit fb048a7

Browse files
authored
NIFI-14827 Bump Jetty to 12.0.24, Nimbus JWT to 10.4.1, Jedis to 6.1.0, and others (#10176)
- Wire from 5.3.5 to 5.3.7 - https://github.com/square/wire/blob/master/CHANGELOG.md - Jedis from 6.0.0 to 6.1.0 - https://github.com/redis/jedis/releases/tag/v6.1.0 - JLine from 3.30.4 to 3.30.5 - https://github.com/jline/jline3/releases/tag/3.30.5 - AWS SDK v2 from 2.32.14 to 2.32.16 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md - Jetty from 12.0.23 to 12.0.24 - https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.24 - Nimbus JOSE JWT from 10.4 to 10.4.1 - https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt Signed-off-by: David Handermann <[email protected]>
1 parent 8bb5726 commit fb048a7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<properties>
2929
<protobuf.version>3.25.8</protobuf.version>
30-
<wire.version>5.3.5</wire.version>
30+
<wire.version>5.3.7</wire.version>
3131
</properties>
3232

3333
<dependencies>

nifi-extension-bundles/nifi-redis-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<properties>
2828
<spring.data.redis.version>3.5.2</spring.data.redis.version>
29-
<jedis.version>6.0.0</jedis.version>
29+
<jedis.version>6.1.0</jedis.version>
3030
</properties>
3131

3232
<modules>

nifi-toolkit/nifi-toolkit-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<description>Tooling to make tls configuration easier</description>
2525

2626
<properties>
27-
<jline.version>3.30.4</jline.version>
27+
<jline.version>3.30.5</jline.version>
2828
</properties>
2929

3030
<build>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
111111
<inceptionYear>2014</inceptionYear>
112112
<com.amazonaws.version>1.12.788</com.amazonaws.version>
113-
<software.amazon.awssdk.version>2.32.14</software.amazon.awssdk.version>
113+
<software.amazon.awssdk.version>2.32.16</software.amazon.awssdk.version>
114114
<gson.version>2.13.1</gson.version>
115115
<io.fabric8.kubernetes.client.version>7.3.1</io.fabric8.kubernetes.client.version>
116116
<kotlin.version>2.2.0</kotlin.version>
@@ -135,7 +135,7 @@
135135
<org.slf4j.version>2.0.17</org.slf4j.version>
136136
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
137137
<derby.version>10.17.1.0</derby.version>
138-
<jetty.version>12.0.23</jetty.version>
138+
<jetty.version>12.0.24</jetty.version>
139139
<jackson.bom.version>2.19.2</jackson.bom.version>
140140
<avro.version>1.11.4</avro.version>
141141
<jaxb.runtime.version>4.0.5</jaxb.runtime.version>
@@ -168,7 +168,7 @@
168168
<prometheus.version>0.16.0</prometheus.version>
169169
<velocity-engine-core.version>2.4.1</velocity-engine-core.version>
170170
<simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
171-
<nimbus-jose-jwt.version>10.4</nimbus-jose-jwt.version>
171+
<nimbus-jose-jwt.version>10.4.1</nimbus-jose-jwt.version>
172172
</properties>
173173
<dependencyManagement>
174174
<dependencies>

0 commit comments

Comments
 (0)