Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit bbadd46

Browse files
fix(#5): fix crash after upgrading to Spring Boot 2.3
1 parent 5fcdd5f commit bbadd46

File tree

1 file changed

+1
-0
lines changed
  • graphql-kickstart-spring-boot-autoconfigure-graphql-annotations

1 file changed

+1
-0
lines changed

graphql-kickstart-spring-boot-autoconfigure-graphql-annotations/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies {
66
api "io.github.graphql-java:graphql-java-annotations:$LIB_GRAPHQL_ANNOTATIONS_VER"
77
implementation "org.reflections:reflections:$LIB_REFLECTIONS_VER"
88
implementation "org.springframework.boot:spring-boot-autoconfigure"
9+
implementation "org.springframework.boot:spring-boot-starter-validation"
910
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
1011

1112
testImplementation "org.springframework.boot:spring-boot-starter-test"

0 commit comments

Comments
 (0)