From d20be80eb85b123195031b0cc08cb12777c505fa Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Thu, 7 Nov 2024 18:58:10 +0100 Subject: [PATCH] NIFI-13986 Upgraded Jetty to 12.0.15 and Jackson to 2.18.1 along with others (#9502) - kafka-clients from 3.8.0 to 3.9.0 - jetty from 12.0.14 to 12.0.15 - jackson from 2.18.0 to 2.18.1 - exec-maven-plugin from 3.4.1 to 3.5.0 - docker-maven-plugin from 0.43.4 to 0.45.1 - maven-checkstyle from 3.5.0 to 3.6.0 - checkstyle from 10.18.2 to 10.20.0 - swagger-codegen from 3.0.63 to 3.0.64 - dependency-check from 10.0.4 to 11.1.0 Signed-off-by: David Handermann --- .../nifi-kafka-3-service/pom.xml | 2 +- pom.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml index 2461b645b4fd..8beb72a25621 100644 --- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml +++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml @@ -68,7 +68,7 @@ org.apache.kafka kafka-clients - 3.8.0 + 3.9.0 org.apache.nifi diff --git a/pom.xml b/pom.xml index df3d37de8251..d1fbd0a0a1ed 100644 --- a/pom.xml +++ b/pom.xml @@ -132,8 +132,8 @@ 2.0.16 2.9.0 10.17.1.0 - 12.0.14 - 2.18.0 + 12.0.15 + 2.18.1 1.11.4 4.0.5 1.3.2 @@ -673,7 +673,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 org.apache.maven.plugins @@ -717,7 +717,7 @@ io.fabric8 docker-maven-plugin - 0.43.4 + 0.45.1 org.codehaus.mojo @@ -732,12 +732,12 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.5.0 + 3.6.0 com.puppycrawl.tools checkstyle - 10.18.2 + 10.20.0 @@ -782,7 +782,7 @@ io.swagger.codegen.v3 swagger-codegen-maven-plugin - 3.0.63 + 3.0.64 org.apache.maven.plugins @@ -1102,7 +1102,7 @@ org.owasp dependency-check-maven - 10.0.4 + 11.1.0 false