Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2024
1 parent 9b0f878 commit 9f42baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencyResolutionManagement {
library("compile-testing", "com.google.testing.compile:compile-testing:0.21.0")
library("compile-testing-extension", "io.github.kiskae:compile-testing-extension:1.0.2")

library("yaml", "org.yaml:snakeyaml:2.2")
library("yaml", "org.yaml:snakeyaml:2.3")

bundle("compile-testing", listOf("guava", "compile-testing", "compile-testing-extension"))
}
Expand Down

0 comments on commit 9f42baf

Please sign in to comment.