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 02f5801a28 NIFI-13037 Upgraded Spring Framework from 5.3.31 to 5.3.34
02f5801a28 is described below

commit 02f5801a28904a5ef2a8a27084e62751759d1ea7
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Apr 1 11:12:13 2024 -0500

    NIFI-13037 Upgraded Spring Framework from 5.3.31 to 5.3.34
    
    - Upgraded Spring Boot from 2.7.16 to 2.7.18 for Registry
    - Upgraded Spring Security from 5.8.7 to 5.8.11
    - Upgraded Jetty from 9.4.53 to 9.4.54
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8638.
---
 nifi-registry/pom.xml | 2 +-
 pom.xml               | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index f3f831c37d..7c2db7c69b 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <jax.rs.api.version>2.1.1</jax.rs.api.version>
-        <spring.boot.version>2.7.16</spring.boot.version>
+        <spring.boot.version>2.7.18</spring.boot.version>
         <flyway.version>8.5.13</flyway.version>
         <flyway.tests.version>7.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
diff --git a/pom.xml b/pom.xml
index e49a12c070..d75896272e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
         <org.slf4j.version>2.0.12</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <ranger.version>2.4.0</ranger.version>
-        <jetty.version>9.4.53.v20231009</jetty.version>
+        <jetty.version>9.4.54.v20240208</jetty.version>
         <jackson.bom.version>2.17.0</jackson.bom.version>
         <avro.version>1.11.3</avro.version>
         <jaxb.runtime.version>2.3.9</jaxb.runtime.version>
@@ -146,8 +146,8 @@
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.2</snakeyaml.version>
         <netty.4.version>4.1.108.Final</netty.4.version>
-        <spring.version>5.3.31</spring.version>
-        <spring.security.version>5.8.7</spring.security.version>
+        <spring.version>5.3.34</spring.version>
+        <spring.security.version>5.8.11</spring.security.version>
         <swagger.annotations.version>1.6.12</swagger.annotations.version>
         <h2.version>2.2.224</h2.version>
         <zookeeper.version>3.9.2</zookeeper.version>

Reply via email to