Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent e967510 commit ac34de5
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 @@ -55,7 +55,7 @@ dependencies {

implementation 'com.github.javafaker:javafaker:1.0.2'
include 'com.github.javafaker:javafaker:1.0.2'
include "org.yaml:snakeyaml:2.0"
include "org.yaml:snakeyaml:2.2"
}

group = project.maven_group + "." + project.archives_base_name
Expand Down

0 comments on commit ac34de5

Please sign in to comment.