Skip to content

Commit

Permalink
fix cve issues reported in sonatype SBOM report
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijgerd committed Jan 17, 2025
1 parent 708d093 commit 7f8b489
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
<chronicle-bom.version>2.27ea8</chronicle-bom.version>
<!-- this is needed to fix issue with chronicle-bom -->
<jna.version>5.13.0</jna.version>
<!-- This is the last release with ASLv2-->
<elasticsearch.version>7.10.2</elasticsearch.version>
<elasticsearch.version>7.17.27</elasticsearch.version>
<kubernetes-client.version>7.0.1</kubernetes-client.version>
<java-uuid-generator.version>5.1.0</java-uuid-generator.version>
<!-- testing -->
Expand Down Expand Up @@ -388,6 +387,10 @@
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 7f8b489

Please sign in to comment.