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 8d90600a04c NIFI-16124 Bump Kotlin to 2.4.10, Snowflake JDBC to 4.3.2,
and others (#11443)
8d90600a04c is described below
commit 8d90600a04cb0cdb25ebe3d9209d406162075ff6
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Jul 20 16:10:58 2026 +0200
NIFI-16124 Bump Kotlin to 2.4.10, Snowflake JDBC to 4.3.2, and others
(#11443)
- Spotbugs Maven Plugin from 4.10.2.0 to 4.10.3.0 -
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.10.3.0
- Dropbox client from 8.0.1 to 8.0.2 -
https://github.com/dropbox/dropbox-sdk-java/releases/tag/v8.0.2
- Greenmail from 2.1.9 to 2.1.11 -
https://github.com/greenmail-mail-test/greenmail/releases/tag/release-2.1.11
- GeoIP2 from 5.1.0 to 5.2.0 -
https://github.com/maxmind/GeoIP2-java/releases/tag/v5.2.0
- Google API Services Drive from v3-rev20260624-2.0.0 to
v3-rev20260712-2.0.0 -
https://developers.google.com/workspace/drive/release-notes#July_15_2026
- JanusGraph from 1.2.0-20260703-225631.5361a02 to
1.2.0-20260719-131347.d9158a6 - https://github.com/JanusGraph/janusgraph
- Apache Ivy from 2.5.3 to 2.6.0 -
https://github.com/apache/ant-ivy/releases/tag/rel%2F2.6.0
- SNMP4J Agent from 3.9.1 to 3.9.2 - https://snmp4j.org/agent/CHANGES.txt
- Snowflake JDBC from 4.3.1 to 4.3.2 -
https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc-2026#version-432-jul-16-2026
- AWS SDK from 2.47.5 to 2.48.3 -
https://github.com/aws/aws-sdk-java-v2/releases/tag/2.48.3
- Kotlin from 2.4.0 to 2.4.10 -
https://github.com/JetBrains/kotlin/releases/tag/v2.4.10
- Checkstyle from 13.7.0 to 13.8.0 -
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.8.0
Signed-off-by: David Handermann <[email protected]>
---
nifi-commons/nifi-xml-processing/pom.xml | 2 +-
nifi-extension-bundles/nifi-dropbox-bundle/pom.xml | 2 +-
.../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
.../nifi-enrich-bundle/nifi-enrich-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 2 +-
.../nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml | 2 +-
.../nifi-scripting-bundle/nifi-scripting-processors/pom.xml | 2 +-
.../nifi-snmp-bundle/nifi-snmp-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-snowflake-bundle/pom.xml | 2 +-
.../nifi-lookup-services-bundle/nifi-lookup-services/pom.xml | 2 +-
pom.xml | 6 +++---
12 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/nifi-commons/nifi-xml-processing/pom.xml
b/nifi-commons/nifi-xml-processing/pom.xml
index 63d54c6926d..b1a686daaee 100644
--- a/nifi-commons/nifi-xml-processing/pom.xml
+++ b/nifi-commons/nifi-xml-processing/pom.xml
@@ -27,7 +27,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.10.2.0</version>
+ <version>4.10.3.0</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/nifi-extension-bundles/nifi-dropbox-bundle/pom.xml
b/nifi-extension-bundles/nifi-dropbox-bundle/pom.xml
index 9d0677294fa..2e365081066 100644
--- a/nifi-extension-bundles/nifi-dropbox-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-dropbox-bundle/pom.xml
@@ -27,7 +27,7 @@
<packaging>pom</packaging>
<properties>
- <dropbox.client.version>8.0.1</dropbox.client.version>
+ <dropbox.client.version>8.0.2</dropbox.client.version>
</properties>
<modules>
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 a27f2c7cd42..abbffe57480 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
@@ -99,7 +99,7 @@
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
- <version>2.1.9</version>
+ <version>2.1.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git
a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
index 4e554ff0521..0f90a965a29 100644
--- a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>5.1.0</version>
+ <version>5.2.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index f98eaf6e44e..21adaf050f2 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -132,7 +132,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
- <version>v3-rev20260624-2.0.0</version>
+ <version>v3-rev20260712-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
diff --git
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index 7493cce50de..eca53fd7204 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -25,7 +25,7 @@
<artifactId>nifi-graph-test-clients</artifactId>
<packaging>jar</packaging>
<properties>
- <janusgraph.version>1.2.0-20260703-225631.5361a02</janusgraph.version>
+ <janusgraph.version>1.2.0-20260719-131347.d9158a6</janusgraph.version>
<guava.version>33.6.0-jre</guava.version>
<amqp-client.version>5.34.0</amqp-client.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
b/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
index 7d92b7af28d..b96abf38523 100644
--- a/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
- <version>2.5.3</version>
+ <version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git
a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index ce2ee1f6eba..1a977a5198c 100644
---
a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
- <version>2.5.3</version>
+ <version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
diff --git
a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index 75ff3281171..82a0b1af113 100644
--- a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -21,7 +21,7 @@ language governing permissions and limitations under the
License. -->
<properties>
<snmp4j.version>3.12.2</snmp4j.version>
- <snmp4j-agent.version>3.9.1</snmp4j-agent.version>
+ <snmp4j-agent.version>3.9.2</snmp4j-agent.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 4f16f006b0c..80a02ced419 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -24,7 +24,7 @@
<guava.version>33.6.0-jre</guava.version>
<protobuf.version>4.35.1</protobuf.version>
<grpc.version>1.82.2</grpc.version>
- <snowflake-jdbc-thin.version>4.3.1</snowflake-jdbc-thin.version>
+ <snowflake-jdbc-thin.version>4.3.2</snowflake-jdbc-thin.version>
</properties>
<modules>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index 0db6b07af8e..66b54ae03d8 100644
---
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>5.1.0</version>
+ <version>5.2.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
diff --git a/pom.xml b/pom.xml
index a8cbbb9f7de..2019c6c7853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.47.5</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.48.3</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.7</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -165,7 +165,7 @@
<!-- JVM languages and bytecode -->
<aspectj.version>1.9.25.1</aspectj.version>
<groovy.version>5.0.7</groovy.version>
- <kotlin.version>2.4.0</kotlin.version>
+ <kotlin.version>2.4.10</kotlin.version>
<!-- Logging and observability -->
<log4j2.version>2.26.1</log4j2.version>
@@ -209,7 +209,7 @@
<junit.version>6.1.2</junit.version>
<mockito.version>5.23.0</mockito.version>
<pmd.version>7.25.0</pmd.version>
- <checkstyle.version>13.7.0</checkstyle.version>
+ <checkstyle.version>13.8.0</checkstyle.version>
<testcontainers.version>2.0.5</testcontainers.version>
<jacoco.version>0.8.15</jacoco.version>
</properties>