Skip to content

Commit 8a6a2bc

Browse files
chore: bump org.yaml:snakeyaml from 2.2 to 2.3 in /dgs-subscription-sse (#2856)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.2 to 2.3. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2) --- 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>
1 parent 8e72da5 commit 8a6a2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgs-subscription-sse/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure") {
3737
exclude("org.yaml", "snakeyaml")
3838
}
39-
implementation("org.yaml:snakeyaml:2.2")
39+
implementation("org.yaml:snakeyaml:2.3")
4040

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

0 commit comments

Comments
 (0)