Skip to content

Commit a09ccb6

Browse files
build(deps): bump org.yaml:snakeyaml from 2.5 to 2.6
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.5 to 2.6. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f24379 commit a09ccb6

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.5</version>
93+
<version>2.6</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
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.yaml</groupId>
9090
<artifactId>snakeyaml</artifactId>
91-
<version>2.5</version>
91+
<version>2.6</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.apache.ivy</groupId>

0 commit comments

Comments
 (0)