Skip to content

Commit

Permalink
fix: orion-server/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-ORGAPACHEKAFKA-8528112
  • Loading branch information
snyk-bot committed Dec 19, 2024
1 parent d673b4a commit 6fc7504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orion-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dropwizard.version>1.3.17</dropwizard.version>
<curator-framework.version>4.0.1</curator-framework.version>
<kafka.version>2.5.0</kafka.version>
<kafka.version>3.7.2</kafka.version>
<hbase.version>1.2.1</hbase.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 6fc7504

Please sign in to comment.