Skip to content

Commit

Permalink
Bump snakeyaml from 1.29 to 1.30
Browse files Browse the repository at this point in the history
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.29 to 1.30.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.30..snakeyaml-1.29)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 13, 2022
1 parent 4b35cd5 commit 0722577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
dependencies {
compile ( "org.codehaus.groovy:groovy-xml:$groovyVersion" )
compile ( "org.codehaus.groovy:groovy-templates:$groovyVersion" )
compile "org.yaml:snakeyaml:1.29"
compile "org.yaml:snakeyaml:1.30"

compileOnly("io.methvin:directory-watcher:0.15.1")
compileOnly("org.fusesource.jansi:jansi:$jansiVersion")
Expand Down
2 changes: 1 addition & 1 deletion grails-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
"org.apache.ant:ant:$antVersion",
'org.grails:grails-gdoc-engine:1.0.1',
'org.yaml:snakeyaml:1.29',
'org.yaml:snakeyaml:1.30',
"org.codehaus.groovy:groovy-ant:$groovyVersion"

compile 'org.asciidoctor:asciidoctorj:2.5.2'
Expand Down

0 comments on commit 0722577

Please sign in to comment.