Skip to content

Commit 73950e6

Browse files
chore: bump org.yaml:snakeyaml from 2.3 to 2.4 in /dgs-subscription-sse (#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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c919d39 commit 73950e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgs-subscription-sse/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencyManagement {
4141
dependencies {
4242
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
4343
implementation("com.netflix.graphql.dgs:dgs-starter")
44-
implementation("org.yaml:snakeyaml:2.3")
44+
implementation("org.yaml:snakeyaml:2.4")
4545

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

0 commit comments

Comments
 (0)