Skip to content

Commit

Permalink
Bump snakeyaml to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samrocketman committed Sep 14, 2023
1 parent cce1a39 commit 673e764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "${version}"
ext.groovyVersion = System.getenv('GROOVY_VERSION')?: '2.4.21'
ext.ossrhUsername = hasProperty('ossrhUsername')?project['ossrhUsername']:''
ext.ossrhPassword = hasProperty('ossrhPassword')?project['ossrhPassword']:''
ext.snakeYamlVersion = '1.33'
ext.snakeYamlVersion = '2.2'
ext.bouncyCastleVersion = '1.75'
ext.codeNarcVersion = '3.2.0'

Expand Down

0 comments on commit 673e764

Please sign in to comment.