Skip to content

Commit 98b7ae7

Browse files
Bump org.yaml:snakeyaml from 2.3 to 2.4 (#1131)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.4. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e45ddb commit 98b7ae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.yaml</groupId>
9393
<artifactId>snakeyaml</artifactId>
94-
<version>2.3</version>
94+
<version>2.4</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>junit</groupId>

integration_test_suite/integration_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.yaml</groupId>
8383
<artifactId>snakeyaml</artifactId>
84-
<version>2.3</version>
84+
<version>2.4</version>
8585
</dependency>
8686
</dependencies>
8787

0 commit comments

Comments
 (0)