This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new efc07f69fc NIFI-12128 updated cassandra, jgit, and netty
efc07f69fc is described below

commit efc07f69fc3289bc12b972ab3e4aaf218bf8aadf
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 5cee9149d5..13d63e17ee 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 21f2e0648b..bca4bf2f41 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -42,7 +42,7 @@
         <swagger.ui.version>3.12.0</swagger.ui.version>
         
<groovy.eclipse.compiler.version>3.7.0</groovy.eclipse.compiler.version>
         <jaxb.version>2.3.2</jaxb.version>
-        <jgit.version>5.13.1.202206130422-r</jgit.version>
+        <jgit.version>5.13.2.202306221912-r</jgit.version>
         <!-- JGit 5.13 requires SSHD 2.9.2 or earlier -->
         <org.apache.sshd.version>2.9.2</org.apache.sshd.version>
     </properties>
diff --git a/pom.xml b/pom.xml
index aa23ea1b1b..253801eec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <logback.version>1.3.11</logback.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>

Reply via email to