This is an automated email from the ASF dual-hosted git repository.
pvillard 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 81dc36a473 NIFI-12128 updated cassandra, jgit, and netty
81dc36a473 is described below
commit 81dc36a473c3a2441e28cc93cc97ba5e0d7bbae0
Author: Joseph Witt <[email protected]>
AuthorDate: Mon Sep 25 16:02:01 2023 -0700
NIFI-12128 updated cassandra, jgit, and netty
Signed-off-by: Pierre Villard <[email protected]>
This closes #7793.
---
nifi-nar-bundles/nifi-cassandra-bundle/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
index 1d665ba0bf..c1d47932a4 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
@@ -23,7 +23,7 @@
</parent>
<properties>
- <cassandra.sdk.version>3.11.4</cassandra.sdk.version>
+ <cassandra.sdk.version>3.11.5</cassandra.sdk.version>
<cassandra.guava.version>19.0</cassandra.guava.version>
</properties>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 23a9db16b8..70277e3952 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -41,7 +41,7 @@
<flyway.tests.version>7.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jaxb.version>2.3.2</jaxb.version>
- <jgit.version>6.5.0.202303070854-r</jgit.version>
+ <jgit.version>6.7.0.202309050840-r</jgit.version>
<org.apache.sshd.version>2.10.0</org.apache.sshd.version>
</properties>
diff --git a/pom.xml b/pom.xml
index 1e8b1b6872..6c6e28cdc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<mockito.version>5.5.0</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.2</snakeyaml.version>
- <netty.4.version>4.1.97.Final</netty.4.version>
+ <netty.4.version>4.1.98.Final</netty.4.version>
<spring.version>5.3.30</spring.version>
<spring.security.version>5.8.7</spring.security.version>
<swagger.annotations.version>1.6.11</swagger.annotations.version>