Skip to content

Commit 166c500

Browse files
committed
NIFI-15231 - Bump Spring Security to 6.5.7, Spring Integration to 6.5.4, OkHTTP to 5.3.2, and others
- Spring Integration from 6.5.3 to 6.5.4 - https://github.com/spring-projects/spring-integration/releases/tag/v6.5.4 - Spring Security from 6.5.6 to 6.5.7 - https://github.com/spring-projects/spring-security/releases/tag/6.5.7 - Gremlin from 3.7.4 to 3.8.0 - https://github.com/apache/tinkerpop/blob/3.8.0/CHANGELOG.asciidoc#release-3-8-0 - AWS SDK v2 from 2.38.7 to 2.38.9 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md - Apache Commons Lang3 from 3.19.0 to 3.20.0 - https://commons.apache.org/proper/commons-lang/changes.html#a3.20.0 - OkHTTP from 5.3.1 to 5.3.2 - https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-532 - Okio from 3.16.3 to 3.16.4 - https://github.com/square/okio/blob/master/CHANGELOG.md#version-3164 Signed-off-by: Pierre Villard <[email protected]>
1 parent d92d9f7 commit 166c500

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>nifi-email-processors</artifactId>
2626
<packaging>jar</packaging>
2727
<properties>
28-
<spring.integration.version>6.5.3</spring.integration.version>
28+
<spring.integration.version>6.5.4</spring.integration.version>
2929
</properties>
3030

3131
<dependencies>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<packaging>pom</packaging>
2626

2727
<properties>
28-
<gremlin.version>3.7.4</gremlin.version>
28+
<gremlin.version>3.8.0</gremlin.version>
2929
</properties>
3030

3131
<modules>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
121121

122122
<!-- CSPs SDK -->
123-
<software.amazon.awssdk.version>2.38.7</software.amazon.awssdk.version>
123+
<software.amazon.awssdk.version>2.38.9</software.amazon.awssdk.version>
124124
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
125125
<azure.sdk.bom.version>1.3.2</azure.sdk.bom.version> <!-- when changing this version, also update msal4j to the version that is required by azure-identity -->
126126

@@ -132,7 +132,7 @@
132132
<org.apache.commons.configuration.version>2.12.0</org.apache.commons.configuration.version>
133133
<org.apache.commons.csv.version>1.14.1</org.apache.commons.csv.version>
134134
<org.apache.commons.io.version>2.21.0</org.apache.commons.io.version>
135-
<org.apache.commons.lang3.version>3.19.0</org.apache.commons.lang3.version>
135+
<org.apache.commons.lang3.version>3.20.0</org.apache.commons.lang3.version>
136136
<org.apache.commons.net.version>3.12.0</org.apache.commons.net.version>
137137
<org.apache.commons.text.version>1.14.0</org.apache.commons.text.version>
138138

@@ -171,8 +171,8 @@
171171

172172
<!-- Networking and transport -->
173173
<netty.4.version>4.2.7.Final</netty.4.version>
174-
<okhttp.version>5.3.1</okhttp.version>
175-
<okio.version>3.16.3</okio.version>
174+
<okhttp.version>5.3.2</okhttp.version>
175+
<okio.version>3.16.4</okio.version>
176176
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
177177
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
178178
<org.apache.sshd.version>2.16.0</org.apache.sshd.version>
@@ -196,7 +196,7 @@
196196
<jersey.bom.version>4.0.0</jersey.bom.version>
197197
<jetty.version>12.1.4</jetty.version>
198198
<servlet-api.version>6.1.0</servlet-api.version>
199-
<spring.security.version>6.5.6</spring.security.version>
199+
<spring.security.version>6.5.7</spring.security.version>
200200
<spring.version>6.2.13</spring.version>
201201
<swagger.annotations.version>2.2.40</swagger.annotations.version>
202202

0 commit comments

Comments
 (0)