Skip to content

Commit aef6123

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v2.2
1 parent 6775c25 commit aef6123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object PluginLibs {
1717
const val docker = "8.1.0"
1818
const val shadow = "7.1.2"
1919
const val testcontainers = "1.17.3"
20-
const val yaml = "2.0"
20+
const val yaml = "2.2"
2121
}
2222

2323
const val sonarQube = "org.sonarqube"

0 commit comments

Comments
 (0)