Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 18, 2023
1 parent 5c7c55a commit 8ca8a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
api "com.fizzed:rocker-runtime:$rockerVersion"
implementation "org.slf4j:slf4j-nop:2.0.7"
implementation "org.fusesource.jansi:jansi:2.4.0"
implementation "org.yaml:snakeyaml:1.33"
implementation "org.yaml:snakeyaml:2.0"
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
implementation 'org.shredzone.acme4j:acme4j-client:2.16'
implementation 'org.shredzone.acme4j:acme4j-utils:2.16'
Expand Down
2 changes: 1 addition & 1 deletion grails-forge-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
api "io.micronaut:micronaut-http-client"
api "io.github.java-diff-utils:java-diff-utils:4.12"
api "org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r"
implementation "org.yaml:snakeyaml:1.33"
implementation "org.yaml:snakeyaml:2.0"
implementation 'com.typesafe:config:1.4.2'
implementation 'org.apache.commons:commons-compress:1.23.0'
compileOnly "com.google.code.findbugs:jsr305"
Expand Down

0 comments on commit 8ca8a8b

Please sign in to comment.