Skip to content

Commit de33614

Browse files
authored
NIFI-15099 Bump Netty to 4.2.7.Final, Jetty to 12.1.2, Spring to 6.2.12, and others (#10427)
- OW2 ASM from 9.8 to 9.9 - https://asm.ow2.io/versions.html - Reactor core and test from 3.7.11 to 3.7.12 - https://github.com/reactor/reactor-core/releases/tag/v3.7.12 - Debezium MySQL Binlog Connector from 0.40.2 to 0.40.3 - https://github.com/debezium/mysql-binlog-connector-java/releases/tag/v0.40.3 - Couchbase from 3.9.1 to 3.9.2 - https://github.com/couchbase/couchbase-jvm-clients/releases/tag/3.9.2 - Elasticsearch client from 9.1.4 to 9.1.5 - https://github.com/elastic/elasticsearch-java/releases/tag/v9.1.5 - Greenmail from 2.1.6 to 2.1.7 - https://github.com/greenmail-mail-test/greenmail/releases/tag/release-2.1.7 - Google Cloud BOM from 26.69.0 to 26.70.0 - https://github.com/googleapis/java-cloud-bom/releases/tag/v26.70.0 - Hazelcast from 5.5.0 to 5.6.0 - https://github.com/hazelcast/hazelcast/releases/tag/v5.6.0 - MongoDB Driver from 5.6.0 to 5.6.1 - https://github.com/mongodb/mongo-java-driver/releases/tag/r5.6.1 - HiveMQ MQTT client from 1.3.9 to 1.3.10 - https://github.com/hivemq/hivemq-mqtt-client/releases/tag/1.3.10 - Protobuf from 4.32.1 to 4.33.0 - https://github.com/protocolbuffers/protobuf/releases/tag/v33.0 - Jedis from 6.2.0 to 7.0.0 - https://github.com/redis/jedis/releases/tag/v7.0.0 - Camel Salesforce from 4.14.1 to 4.15.0 - https://github.com/apache/camel/releases/tag/camel-4.15.0 - Datafaker from 2.5.1 to 2.5.2 - https://github.com/datafaker-net/datafaker/releases/tag/2.5.2 - FastCSV from 4.0.0 to 4.1.0 - https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md - Apache Lucene from 10.3.0 to 10.3.1 - https://github.com/apache/lucene/releases/tag/releases%2Flucene%2F10.3.1 - FlywayDB from 11.13.2 to 11.14.1 - https://github.com/flyway/flyway/releases/tag/flyway-11.14.1 - JGit from 7.3.0.202506031305-r to 7.4.0.202509020913-r - https://github.com/eclipse-jgit/jgit/releases/tag/v7.4.0.202509020913-r - AWS SDK v2 from 2.35.0 to 2.35.8 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md - Apache Avro from 1.12.0 to 1.12.1 - https://github.com/apache/avro/releases/tag/release-1.12.1 - Netty from 4.2.6.Final to 4.2.7.Final - https://github.com/netty/netty/releases/tag/netty-4.2.7.Final - OkHTTP from 5.1.0 to 5.2.1 - https://square.github.io/okhttp/changelogs/changelog/#version-521 - Okio from 3.16.0 to 3.16.2 - https://github.com/square/okio/releases/tag/3.16.2 - Nimbus OAuth2 OIDC from 11.29.2 to 11.30 - https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt - Jetty from 12.1.1 to 12.1.2 - https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.2 - Spring from 6.2.11 to 6.2.12 - https://github.com/spring-projects/spring-framework/releases/tag/v6.2.12 - Swagger from 2.2.38 to 2.2.39 - https://github.com/swagger-api/swagger-core/releases/tag/v2.2.39 - Checkstyle from 11.1.0 to 12.0.1 - https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.0.1 Signed-off-by: David Handermann <[email protected]>
1 parent feab2a4 commit de33614

File tree

19 files changed

+33
-34
lines changed
  • nifi-extension-bom
  • nifi-extension-bundles
    • nifi-azure-bundle/nifi-azure-processors
    • nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors
    • nifi-couchbase-bundle/nifi-couchbase-standard-services
    • nifi-elasticsearch-bundle
    • nifi-email-bundle/nifi-email-processors
    • nifi-gcp-bundle
    • nifi-hazelcast-bundle/nifi-hazelcast-services
    • nifi-mongodb-bundle
    • nifi-mqtt-bundle/nifi-mqtt-processors
    • nifi-opentelemetry-bundle
    • nifi-redis-bundle
    • nifi-salesforce-bundle/nifi-salesforce-processors
    • nifi-standard-bundle/nifi-standard-processors
    • nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services
  • nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle
  • nifi-registry

19 files changed

+33
-34
lines changed

nifi-extension-bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,19 @@
189189
<dependency>
190190
<groupId>org.ow2.asm</groupId>
191191
<artifactId>asm</artifactId>
192-
<version>9.8</version>
192+
<version>9.9</version>
193193
<scope>provided</scope>
194194
</dependency>
195195
<dependency>
196196
<groupId>org.ow2.asm</groupId>
197197
<artifactId>asm-commons</artifactId>
198-
<version>9.8</version>
198+
<version>9.9</version>
199199
<scope>provided</scope>
200200
</dependency>
201201
<dependency>
202202
<groupId>org.ow2.asm</groupId>
203203
<artifactId>asm-tree</artifactId>
204-
<version>9.8</version>
204+
<version>9.9</version>
205205
<scope>provided</scope>
206206
</dependency>
207207
<!-- Jetty EE11 Apache JSP and deps -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>io.projectreactor</groupId>
112112
<artifactId>reactor-core</artifactId>
113-
<version>3.7.11</version>
113+
<version>3.7.12</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.azure</groupId>
@@ -190,7 +190,7 @@
190190
<dependency>
191191
<groupId>io.projectreactor</groupId>
192192
<artifactId>reactor-test</artifactId>
193-
<version>3.7.11</version>
193+
<version>3.7.12</version>
194194
<scope>test</scope>
195195
</dependency>
196196
</dependencies>

nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ language governing permissions and limitations under the License. -->
3636
<dependency>
3737
<groupId>io.debezium</groupId>
3838
<artifactId>mysql-binlog-connector-java</artifactId>
39-
<version>0.40.2</version>
39+
<version>0.40.3</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.commons</groupId>

nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<packaging>jar</packaging>
2828

2929
<properties>
30-
<couchbase.version>3.9.1</couchbase.version>
30+
<couchbase.version>3.9.2</couchbase.version>
3131
</properties>
3232

3333
<dependencies>

nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ language governing permissions and limitations under the License. -->
2929
<dependency>
3030
<groupId>org.apache.httpcomponents</groupId>
3131
<artifactId>httpcore-nio</artifactId>
32-
<version>4.4.16</version>
3332
</dependency>
3433
<dependency>
3534
<groupId>org.apache.httpcomponents</groupId>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ language governing permissions and limitations under the License. -->
3333
</modules>
3434

3535
<properties>
36-
<elasticsearch.client.version>9.1.4</elasticsearch.client.version>
36+
<elasticsearch.client.version>9.1.5</elasticsearch.client.version>
3737
</properties>
3838

3939
<dependencyManagement>
@@ -108,7 +108,7 @@ language governing permissions and limitations under the License. -->
108108
<profile>
109109
<id>elasticsearch8</id>
110110
<properties>
111-
<elasticsearch_docker_image>8.19.4</elasticsearch_docker_image>
111+
<elasticsearch_docker_image>8.19.5</elasticsearch_docker_image>
112112
</properties>
113113
</profile>
114114
<profile>

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
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>com.icegreen</groupId>
101101
<artifactId>greenmail</artifactId>
102-
<version>2.1.6</version>
102+
<version>2.1.7</version>
103103
<scope>test</scope>
104104
</dependency>
105105
</dependencies>

nifi-extension-bundles/nifi-gcp-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-
<google.libraries.version>26.69.0</google.libraries.version>
28+
<google.libraries.version>26.70.0</google.libraries.version>
2929
</properties>
3030

3131
<dependencyManagement>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.hazelcast</groupId>
4545
<artifactId>hazelcast</artifactId>
46-
<version>5.5.0</version>
46+
<version>5.6.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
</modules>
3535

3636
<properties>
37-
<mongo.driver.version>5.6.0</mongo.driver.version>
37+
<mongo.driver.version>5.6.1</mongo.driver.version>
3838
</properties>
3939
</project>

0 commit comments

Comments
 (0)