Skip to content

Commit f5ff8d4

Browse files
build(deps): bump org.yaml:snakeyaml from 2.4 to 2.5
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.4 to 2.5. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.5..snakeyaml-2.4) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c3c41b commit f5ff8d4

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)