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 e3906fb008 NIFI-15264 Bump Bouncycastle to 1.83, Swagger to 2.2.41,
and others (#10565)
e3906fb008 is described below
commit e3906fb0083a4b26ac2c24cd917e027f1f194486
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Nov 26 19:33:25 2025 +0100
NIFI-15264 Bump Bouncycastle to 1.83, Swagger to 2.2.41, and others (#10565)
- Bouncycastle from 1.82 to 1.83 -
https://www.bouncycastle.org/download/bouncy-castle-java/#release-notes
- Swagger from 2.2.40 to 2.2.41 -
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.41
- QuestDB from 9.2.0 to 9.2.1 -
https://github.com/questdb/questdb/releases/tag/9.2.1
- FlywayDB from 11.17.1 to 11.17.2 -
https://github.com/flyway/flyway/releases/tag/flyway-11.17.2
- AWS SDK v2 from 2.39.2 to 2.39.4 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Spotbug Maven Plugin from 4.9.8.1 to 4.9.8.2 -
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.9.8.2
- Versions Maven Plugin from 2.19.1 to 2.20.1 -
https://github.com/mojohaus/versions/releases/tag/2.20.1
Signed-off-by: David Handermann <[email protected]>
---
nifi-commons/nifi-xml-processing/pom.xml | 2 +-
.../nifi-questdb-bundle/nifi-questdb/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
pom.xml | 10 +++++-----
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/nifi-commons/nifi-xml-processing/pom.xml
b/nifi-commons/nifi-xml-processing/pom.xml
index 97720e1f34..3fafe5ca19 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.9.8.1</version>
+ <version>4.9.8.2</version>
<executions>
<execution>
<phase>package</phase>
diff --git
a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
index e0d70f9679..f4d86f8977 100644
---
a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
+++
b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
- <version>9.2.0</version>
+ <version>9.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 598f08b5e1..2286af7a05 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -38,7 +38,7 @@
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
<jersey.bom.version>3.1.11</jersey.bom.version>
<spring.boot.version>3.5.8</spring.boot.version>
- <flyway.version>11.17.1</flyway.version>
+ <flyway.version>11.17.2</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.4.0.202509020913-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index eb7a6568e2..83dfbbf358 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.39.2</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.39.4</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
<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 -->
@@ -180,7 +180,7 @@
<!-- Security -->
<nimbus-jose-jwt.version>10.6</nimbus-jose-jwt.version>
<nimbus-oauth2-oidc.version>11.30.1</nimbus-oauth2-oidc.version>
- <org.bouncycastle.version>1.82</org.bouncycastle.version>
+ <org.bouncycastle.version>1.83</org.bouncycastle.version>
<!-- Utilities -->
<caffeine.version>3.2.3</caffeine.version>
@@ -198,7 +198,7 @@
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>6.5.7</spring.security.version>
<spring.version>6.2.14</spring.version>
- <swagger.annotations.version>2.2.40</swagger.annotations.version>
+ <swagger.annotations.version>2.2.41</swagger.annotations.version>
<!-- Testing and quality -->
<junit.version>6.0.1</junit.version>
@@ -786,7 +786,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.20.1</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
@@ -810,7 +810,7 @@
<plugin>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-maven-plugin-jakarta</artifactId>
- <version>2.2.40</version>
+ <version>2.2.41</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>