This is an automated email from the ASF dual-hosted git repository.
thenatog 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 c8fe514 NIFI-9634 Upgraded Spring Framework to 5.3.15
c8fe514 is described below
commit c8fe5149a5ca3afcb955cd4d572d1081595b564d
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jan 27 15:15:40 2022 -0600
NIFI-9634 Upgraded Spring Framework to 5.3.15
- Upgraded Spring Framework from 5.3.14 to 5.3.15
- Upgraded Spring Boot from 2.5.8 to 2.6.3 in Registry
- Upgraded Jersey from 2.33 to 2.35
- Upgraded Jackson from 2.12.5 to 2.13.1
Signed-off-by: Nathan Gough <[email protected]>
This closes #5723.
---
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 2398e0e..3a4c9dd 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -37,7 +37,7 @@
</modules>
<properties>
<jax.rs.api.version>2.1</jax.rs.api.version>
- <spring.boot.version>2.5.8</spring.boot.version>
+ <spring.boot.version>2.6.3</spring.boot.version>
<flyway.version>6.5.7</flyway.version>
<flyway.tests.version>6.4.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
diff --git a/pom.xml b/pom.xml
index 5311e49..39ff28f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<org.slf4j.version>1.7.32</org.slf4j.version>
<ranger.version>2.1.0</ranger.version>
<jetty.version>9.4.44.v20210927</jetty.version>
- <jackson.version>2.12.5</jackson.version>
+ <jackson.version>2.13.1</jackson.version>
<jaxb.runtime.version>2.3.5</jaxb.runtime.version>
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
<nifi.groovy.version>3.0.8</nifi.groovy.version>
@@ -114,12 +114,12 @@
<ozone.version>1.2.1</ozone.version>
<gcs.version>2.1.5</gcs.version>
<aspectj.version>1.9.6</aspectj.version>
- <jersey.version>2.33</jersey.version>
+ <jersey.version>2.35</jersey.version>
<logback.version>1.2.10</logback.version>
<mockito.version>3.11.2</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<netty.4.version>4.1.72.Final</netty.4.version>
- <spring.version>5.3.14</spring.version>
+ <spring.version>5.3.15</spring.version>
<spring.security.version>5.6.1</spring.security.version>
</properties>