Skip to content

Commit

Permalink
dependabot: bump snakeyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryShea committed Oct 31, 2022
1 parent 287da5a commit a5aebff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microbenchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
<version>1.31</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
<version>1.31</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit a5aebff

Please sign in to comment.