Skip to content

Commit d4ae63c

Browse files
build(deps): bump org.yaml:snakeyaml from 2.4 to 2.5 (#2988)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4997983 commit d4ae63c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

athena-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.yaml</groupId>
9292
<artifactId>snakeyaml</artifactId>
93-
<version>2.4</version>
93+
<version>2.5</version>
9494
<!-- Override to address CVE vulnerabilities in snakeyaml 1.26 from elasticsearch dependency -->
9595
</dependency>
9696
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/elasticsearch -->

athena-neptune/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.yaml</groupId>
8080
<artifactId>snakeyaml</artifactId>
81-
<version>2.4</version>
81+
<version>2.5</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.apache.ivy</groupId>

0 commit comments

Comments
 (0)