We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c329c4 commit 96f3c7bCopy full SHA for 96f3c7b
1 file changed
build.gradle
@@ -93,7 +93,7 @@ testInt.dependsOn ':processor-two:build'
93
94
dependencies {
95
implementation localGroovy()
96
- implementation 'org.yaml:snakeyaml:2.1'
+ implementation 'org.yaml:snakeyaml:2.2'
97
98
testImplementation(localGroovy())
99
testImplementation platform ("org.spockframework:spock-bom:2.4-M1-groovy-3.0")
0 commit comments