Skip to content

Commit

Permalink
Bump snakeyaml version #737
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Sep 21, 2022
1 parent 316a641 commit be66c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collector/pom.xml
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.31</version> <!-- The Java 6 build overrides this with 1.23. -->
<version>1.32</version> <!-- The Java 6 build overrides this with 1.23. -->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/smoke_tests/pom.xml
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit be66c4f

Please sign in to comment.