Skip to content

Commit 360c574

Browse files
Update dependency org.yaml:snakeyaml to v2.6 (#1416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 803d102 commit 360c574

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
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.yaml</groupId>
5959
<artifactId>snakeyaml</artifactId>
60-
<version>2.5</version>
60+
<version>2.6</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.github.hakky54</groupId>

integration_test_suite/integration_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.yaml</groupId>
106106
<artifactId>snakeyaml</artifactId>
107-
<version>2.5</version>
107+
<version>2.6</version>
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>

0 commit comments

Comments
 (0)