Skip to content

Commit

Permalink
chore: bump org.yaml:snakeyaml from 2.3 to 2.4 in /dgs-codegen (#3160)
Browse files Browse the repository at this point in the history
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.4.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 053491f commit c919d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgs-codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
implementation 'org.postgresql:postgresql'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.yaml:snakeyaml:2.3'
implementation 'org.yaml:snakeyaml:2.4'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.36'
Expand Down

0 comments on commit c919d39

Please sign in to comment.