Skip to content

Commit

Permalink
NIFI-14187 - Dep Upgrades - Elastic, gitlab, py4j, spring boot, etc
Browse files Browse the repository at this point in the history
This closes #9662

Signed-off-by: Joseph Witt <[email protected]>
  • Loading branch information
pvillard31 authored and joewitt committed Jan 23, 2025
1 parent 9fd624c commit 5fd8cec
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nifi-code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ language governing permissions and limitations under the License. -->
</modules>

<properties>
<elasticsearch.client.version>8.17.0</elasticsearch.client.version>
<elasticsearch.client.version>8.17.1</elasticsearch.client.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<packaging>pom</packaging>

<properties>
<gitlab4j-api.version>6.0.0-rc.7</gitlab4j-api.version>
<gitlab4j-api.version>6.0.0-rc.8</gitlab4j-api.version>
</properties>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
<version>0.10.9.8</version>
<version>0.10.9.9</version>
</dependency>
<!-- While we in general do not want direct dependency on logging implementations
in this case we do have a coupling to the logback-classic/logback-core libraries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.11.4</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>nifi-standard-content-viewer</artifactId>
<packaging>war</packaging>
<properties>
<spring.boot.version>3.4.1</spring.boot.version>
<spring.boot.version>3.4.2</spring.boot.version>
<standard-content-viewer.ui.working.dir>${project.build.directory}/standard-content-viewer-ui-working-directory</standard-content-viewer.ui.working.dir>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<module>nifi-registry-docker-maven</module>
</modules>
<properties>
<spring.boot.version>3.4.1</spring.boot.version>
<spring.boot.version>3.4.2</spring.boot.version>
<flyway.version>11.2.0</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.780</com.amazonaws.version>
<software.amazon.awssdk.version>2.30.3</software.amazon.awssdk.version>
<software.amazon.awssdk.version>2.30.4</software.amazon.awssdk.version>
<gson.version>2.11.0</gson.version>
<io.fabric8.kubernetes.client.version>7.0.1</io.fabric8.kubernetes.client.version>
<kotlin.version>2.1.0</kotlin.version>
Expand Down

0 comments on commit 5fd8cec

Please sign in to comment.