diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4ce7bffb482..74d24d1b6ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -372,6 +372,13 @@ bom { ] } } + library("GraphQL Java", "17.3") { + group("com.graphql-java") { + modules = [ + "graphql-java" + ] + } + } library("Groovy", "3.0.9") { group("org.codehaus.groovy") { imports = [ @@ -1655,6 +1662,14 @@ bom { ] } } + library("Spring GraphQL", "1.0.0-SNAPSHOT") { + group("org.springframework.graphql") { + modules = [ + "spring-graphql", + "spring-graphql-test" + ] + } + } library("Spring HATEOAS", "1.4.0") { group("org.springframework.hateoas") { modules = [