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 ff34c41261 NIFI-13161 Upgraded Jackson and AWS dependencies
ff34c41261 is described below
commit ff34c41261737d4583f26a32dd378c8c2923c9a6
Author: Joseph Witt <[email protected]>
AuthorDate: Mon May 6 16:24:38 2024 -0700
NIFI-13161 Upgraded Jackson and AWS dependencies
- Removed bytebuddy as was only there due to Jackson 2.17.0 mistake
- io.grpc context 1.59.0 to 1.59.1
- com.amazonaws 1.12.715 to 1.12.716
- software.amazon.awssdk 2.25.45 to 2.25.46
- jackson 2.17.0 to 2.17.1
- calcite 1.36.0 to 1.37.0
This closes #8758
Signed-off-by: David Handermann <[email protected]>
---
minifi/minifi-assembly/pom.xml | 6 ------
nifi-commons/nifi-calcite-utils/pom.xml | 4 ++--
nifi-extension-bundles/nifi-asana-bundle/pom.xml | 2 +-
.../nifi-sql-reporting-tasks/pom.xml | 2 +-
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +-
.../nifi-standard-shared-bom/pom.xml | 11 -----------
.../nifi-standard-shared-nar/pom.xml | 5 -----
pom.xml | 6 +++---
8 files changed, 8 insertions(+), 30 deletions(-)
diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml
index 7c8727a023..69c7a2ce6b 100644
--- a/minifi/minifi-assembly/pom.xml
+++ b/minifi/minifi-assembly/pom.xml
@@ -313,12 +313,6 @@ limitations under the License.
<artifactId>jackson-core</artifactId>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>net.bytebuddy</groupId>
- <artifactId>byte-buddy</artifactId>
- <version>1.14.14</version>
- <scope>compile</scope>
- </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml
b/nifi-commons/nifi-calcite-utils/pom.xml
index 458e94c451..3613e73ed0 100644
--- a/nifi-commons/nifi-calcite-utils/pom.xml
+++ b/nifi-commons/nifi-calcite-utils/pom.xml
@@ -52,12 +52,12 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-linq4j</artifactId>
- <version>1.36.0</version>
+ <version>1.37.0</version>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.36.0</version>
+ <version>1.37.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
diff --git a/nifi-extension-bundles/nifi-asana-bundle/pom.xml
b/nifi-extension-bundles/nifi-asana-bundle/pom.xml
index 1115487244..345435c379 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
- <version>1.59.0</version>
+ <version>1.59.1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
b/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
index 9c371dba14..6bc349d9cc 100644
---
a/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
+++
b/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.36.0</version>
+ <version>1.37.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 992105644a..b653733057 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -196,7 +196,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.36.0</version>
+ <version>1.37.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
diff --git
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index 89bbdefba4..826474be1a 100644
---
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -92,12 +92,6 @@
<version>${jackson.bom.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>net.bytebuddy</groupId>
- <artifactId>byte-buddy</artifactId>
- <version>1.14.14</version>
- <scope>provided</scope>
- </dependency>
<!-- Bouncy Castle -->
<dependency>
<groupId>org.bouncycastle</groupId>
@@ -272,10 +266,6 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
- <dependency>
- <groupId>net.bytebuddy</groupId>
- <artifactId>byte-buddy</artifactId>
- </dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
@@ -378,7 +368,6 @@
<dependency>com.fasterxml.jackson.core:jackson-annotations</dependency>
<dependency>com.fasterxml.jackson.core:jackson-core</dependency>
<dependency>com.fasterxml.jackson.core:jackson-databind</dependency>
- <dependency>net.bytebuddy:byte-buddy</dependency>
<dependency>org.bouncycastle:bcprov-jdk18on</dependency>
<dependency>org.bouncycastle:bcpkix-jdk18on</dependency>
<dependency>org.bouncycastle:bcutil-jdk18on</dependency>
diff --git
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
index b2f7aa97cf..f5d3ba9376 100644
---
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
@@ -83,11 +83,6 @@
<artifactId>jackson-databind</artifactId>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>net.bytebuddy</groupId>
- <artifactId>byte-buddy</artifactId>
- <scope>compile</scope>
- </dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
diff --git a/pom.xml b/pom.xml
index d461d0c858..89a9f3bdfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,8 +110,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
- <com.amazonaws.version>1.12.715</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.25.45</software.amazon.awssdk.version>
+ <com.amazonaws.version>1.12.716</com.amazonaws.version>
+
<software.amazon.awssdk.version>2.25.46</software.amazon.awssdk.version>
<gson.version>2.10.1</gson.version>
<io.fabric8.kubernetes.client.version>6.12.1</io.fabric8.kubernetes.client.version>
<kotlin.version>1.9.23</kotlin.version>
@@ -134,7 +134,7 @@
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
<derby.version>10.17.1.0</derby.version>
<jetty.version>12.0.8</jetty.version>
- <jackson.bom.version>2.17.0</jackson.bom.version>
+ <jackson.bom.version>2.17.1</jackson.bom.version>
<avro.version>1.11.3</avro.version>
<jaxb.runtime.version>4.0.5</jaxb.runtime.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>