Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGXERIALSNAPPY-5918282
  • Loading branch information
snyk-bot committed Oct 5, 2023
1 parent 7a2d23b commit 7d1fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<kotlin.version>1.7.10</kotlin.version>
<kotlin.coroutines.version>1.6.4</kotlin.coroutines.version>
<neo4j.version>4.4.25</neo4j.version>
<kafka.version>2.6.3</kafka.version>
<kafka.version>3.6.0</kafka.version>
<jackson.version>2.15.2</jackson.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<neo4j.java.driver.version>4.4.12</neo4j.java.driver.version>
Expand Down

0 comments on commit 7d1fbc1

Please sign in to comment.