Skip to content

Commit

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

Bump org.yaml:snakeyaml from 2.1 to 2.2
  • Loading branch information
chadlwilson committed Sep 1, 2023
2 parents ab62373 + 56aef61 commit 0835e3f
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.14'
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.1'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.2'

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 0835e3f

Please sign in to comment.