Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
This update is done to resolve the security vulnerability in Jackson core.

splunk#437
  • Loading branch information
Sreehari2001 authored Jul 5, 2024
1 parent 11e3498 commit 50801d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<junit.vintage.version>5.9.2</junit.vintage.version>
<junit.platform.version>1.9.2</junit.platform.version>
<jackson.version>2.14.2</jackson.version>
<jackson.version>2.15.0</jackson.version>
<kafka.version>3.4.0</kafka.version>
<slf4j.version>2.0.7</slf4j.version>
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
Expand Down Expand Up @@ -382,4 +382,4 @@

</plugins>
</build>
</project>
</project>

0 comments on commit 50801d0

Please sign in to comment.