Skip to content

Commit

Permalink
Merge pull request #182 from tomzo/dependabot/gradle/org.yaml-snakeya…
Browse files Browse the repository at this point in the history
…ml-2.1

Bump org.yaml:snakeyaml from 2.0 to 2.1
  • Loading branch information
chadlwilson committed Aug 11, 2023
2 parents 21ba619 + 7c55460 commit 38343ec
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 @@ dependencies {
implementation group: 'org.apache.ant', name: 'ant', version: '1.10.13'
implementation group: 'com.beust', name: 'jcommander', version: '1.82'
implementation group: 'com.esotericsoftware.yamlbeans', name: 'yamlbeans', version: '1.15'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.0'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.1'

compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: project.pluginApiVersion
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: project.pluginApiVersion
Expand Down

0 comments on commit 38343ec

Please sign in to comment.