Skip to content

Commit

Permalink
Fix dgs platform bom version.
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasankavitha committed Oct 31, 2024
1 parent 45ddbe4 commit 68da868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repositories {
}

dependencies {
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:9.2.0-SNAPSHOT"))
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:9.1.3"))
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter")
implementation("com.netflix.graphql.dgs:graphql-dgs-extended-scalars")
implementation("name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.1.4")
Expand Down

0 comments on commit 68da868

Please sign in to comment.