We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c919d39 commit 73950e6Copy full SHA for 73950e6
dgs-subscription-sse/build.gradle.kts
@@ -41,7 +41,7 @@ dependencyManagement {
41
dependencies {
42
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
43
implementation("com.netflix.graphql.dgs:dgs-starter")
44
- implementation("org.yaml:snakeyaml:2.3")
+ implementation("org.yaml:snakeyaml:2.4")
45
46
//Spring and kotlin
47
implementation("org.springframework.boot:spring-boot-starter-web")
0 commit comments