We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708d093 commit 7f8b489Copy full SHA for 7f8b489
main/pom.xml
@@ -58,8 +58,7 @@
58
<chronicle-bom.version>2.27ea8</chronicle-bom.version>
59
<!-- this is needed to fix issue with chronicle-bom -->
60
<jna.version>5.13.0</jna.version>
61
- <!-- This is the last release with ASLv2-->
62
- <elasticsearch.version>7.10.2</elasticsearch.version>
+ <elasticsearch.version>7.17.27</elasticsearch.version>
63
<kubernetes-client.version>7.0.1</kubernetes-client.version>
64
<java-uuid-generator.version>5.1.0</java-uuid-generator.version>
65
<!-- testing -->
@@ -388,6 +387,10 @@
388
387
<groupId>org.hdrhistogram</groupId>
389
<artifactId>HdrHistogram</artifactId>
390
</exclusion>
+ <exclusion>
391
+ <groupId>org.yaml</groupId>
392
+ <artifactId>snakeyaml</artifactId>
393
+ </exclusion>
394
</exclusions>
395
</dependency>
396
<dependency>
0 commit comments