Skip to content

Commit

Permalink
chore: bump org.yaml:snakeyaml from 2.3 to 2.4 in /dgs-subscription-s…
Browse files Browse the repository at this point in the history
…se (#3154)

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 18, 2025
1 parent c919d39 commit 73950e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgs-subscription-sse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencyManagement {
dependencies {
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation("com.netflix.graphql.dgs:dgs-starter")
implementation("org.yaml:snakeyaml:2.3")
implementation("org.yaml:snakeyaml:2.4")

//Spring and kotlin
implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit 73950e6

Please sign in to comment.