We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e72da5 commit 8a6a2bcCopy full SHA for 8a6a2bc
dgs-subscription-sse/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure") {
37
exclude("org.yaml", "snakeyaml")
38
}
39
- implementation("org.yaml:snakeyaml:2.2")
+ implementation("org.yaml:snakeyaml:2.3")
40
41
//Spring and kotlin
42
implementation("org.springframework.boot:spring-boot-starter-web")
0 commit comments