Skip to content

Commit

Permalink
fix: nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml to reduce vulnerab…
Browse files Browse the repository at this point in the history
…ilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-8161190
  • Loading branch information
snyk-bot committed Oct 4, 2024
1 parent a4662f4 commit 0661529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<packaging>jar</packaging>
<properties>
<mongo.driver.version>4.5.0</mongo.driver.version>
<nifi.version>1.15.3</nifi.version>
<nifi.version>1.24.0</nifi.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0661529

Please sign in to comment.