This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new fd6fe92d9e NIFI-15493 Bump Groovy to 5.0.4, GCP BOM to 26.74.0,
Swagger to 2.2.42, and others (#10797)
fd6fe92d9e is described below
commit fd6fe92d9ef9687d8299c9c3ce97a6a52149acec
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Jan 22 15:27:36 2026 +0100
NIFI-15493 Bump Groovy to 5.0.4, GCP BOM to 26.74.0, Swagger to 2.2.42, and
others (#10797)
- LZ4 Java from 1.10.2 to 1.10.3 -
https://github.com/yawkat/lz4-java/releases/tag/v1.10.3
- Spring Integration from 7.0.1 to 7.0.2 -
https://github.com/spring-projects/spring-integration/releases/tag/v7.0.2
- GCP SDK BOM from 26.73.0 to 26.74.0 -
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.74.0
- Apache IoTDB from 2.0.5 to 2.0.6 -
https://github.com/apache/iotdb/releases/tag/v2.0.6
- AWS SDK BOM from 2.41.10 to 2.41.12 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Apache Groovy from 5.0.3 to 5.0.4 -
https://groovy-lang.org/changelogs/changelog-5.0.4.html
- Swagger from 2.2.41 to 2.2.42 -
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.42
- swagger-codegen-maven-plugin from 3.0.75 to 3.0.76 -
https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.76
- buildnumber-maven-plugin from 3.2.1 to 3.3.0 -
https://github.com/mojohaus/buildnumber-maven-plugin/releases/tag/buildnumber-maven-plugin-3.3.0
- jaxb2-maven-plugin from 4.0.0 to 4.1.0 -
https://github.com/mojohaus/jaxb2-maven-plugin/releases/tag/jaxb2-maven-plugin-4.1.0
- versions-maven-plugin from 2.20.1 to 2.21.0 -
https://github.com/mojohaus/versions/releases/tag/2.21.0
Signed-off-by: David Handermann <[email protected]>
---
.../nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +-
.../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +-
.../nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-iotdb-bundle/pom.xml | 2 +-
.../nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml | 2 +-
.../nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml | 2 +-
pom.xml | 16 ++++++++--------
8 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index 31c60f1d98..a81c30df0b 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -316,7 +316,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.2</version>
+ <version>1.10.3</version>
</dependency>
</dependencies>
<build>
diff --git
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 290a7c81dd..d1609844c6 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -25,7 +25,7 @@
<artifactId>nifi-email-processors</artifactId>
<packaging>jar</packaging>
<properties>
- <spring.integration.version>7.0.1</spring.integration.version>
+ <spring.integration.version>7.0.2</spring.integration.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index ace6ce6c50..68a6d8f0c6 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -25,7 +25,7 @@
<packaging>pom</packaging>
<properties>
- <google.libraries.version>26.73.0</google.libraries.version>
+ <google.libraries.version>26.74.0</google.libraries.version>
</properties>
<dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
index e67c62cbc5..550b40361d 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.2</version>
+ <version>1.10.3</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
index 6a661b438f..f72fc73d6f 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
@@ -30,7 +30,7 @@
</modules>
<properties>
- <iotdb.sdk.version>2.0.5</iotdb.sdk.version>
+ <iotdb.sdk.version>2.0.6</iotdb.sdk.version>
</properties>
</project>
diff --git
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
index 4508f098f4..9fb78c775d 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.2</version>
+ <version>1.10.3</version>
</dependency>
<dependency>
<groupId>software.amazon.msk</groupId>
diff --git
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
index d3114c6440..8de6b8eefc 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
@@ -77,7 +77,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.2</version>
+ <version>1.10.3</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/pom.xml b/pom.xml
index a237d4adf2..0445e5456f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
-
<software.amazon.awssdk.version>2.41.10</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.41.12</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.0</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.3</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -159,7 +159,7 @@
<!-- JVM languages and bytecode -->
<aspectj.version>1.9.25.1</aspectj.version>
- <groovy.version>5.0.3</groovy.version>
+ <groovy.version>5.0.4</groovy.version>
<kotlin.version>2.3.0</kotlin.version>
<!-- Logging and observability -->
@@ -198,7 +198,7 @@
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.0.2</spring.security.version>
<spring.version>7.0.3</spring.version>
- <swagger.annotations.version>2.2.41</swagger.annotations.version>
+ <swagger.annotations.version>2.2.42</swagger.annotations.version>
<!-- Testing and quality -->
<junit.version>6.0.2</junit.version>
@@ -722,7 +722,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
- <version>4.0.0</version>
+ <version>4.1.0</version>
<configuration>
<noGeneratedHeaderComments>true</noGeneratedHeaderComments>
</configuration>
@@ -777,7 +777,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
@@ -803,7 +803,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.20.1</version>
+ <version>2.21.0</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
@@ -827,12 +827,12 @@
<plugin>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-maven-plugin-jakarta</artifactId>
- <version>2.2.41</version>
+ <version>2.2.42</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.75</version>
+ <version>3.0.76</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>