Skip to content

Commit 7f8b489

Browse files
committed
fix cve issues reported in sonatype SBOM report
1 parent 708d093 commit 7f8b489

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

main/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
<chronicle-bom.version>2.27ea8</chronicle-bom.version>
5959
<!-- this is needed to fix issue with chronicle-bom -->
6060
<jna.version>5.13.0</jna.version>
61-
<!-- This is the last release with ASLv2-->
62-
<elasticsearch.version>7.10.2</elasticsearch.version>
61+
<elasticsearch.version>7.17.27</elasticsearch.version>
6362
<kubernetes-client.version>7.0.1</kubernetes-client.version>
6463
<java-uuid-generator.version>5.1.0</java-uuid-generator.version>
6564
<!-- testing -->
@@ -388,6 +387,10 @@
388387
<groupId>org.hdrhistogram</groupId>
389388
<artifactId>HdrHistogram</artifactId>
390389
</exclusion>
390+
<exclusion>
391+
<groupId>org.yaml</groupId>
392+
<artifactId>snakeyaml</artifactId>
393+
</exclusion>
391394
</exclusions>
392395
</dependency>
393396
<dependency>

0 commit comments

Comments
 (0)