File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11LIB_GRAPHQL_SERVLET_VER =14.0.0
22LIB_GRAPHQL_SPRING_BOOT_VER =14.0.0
33LIB_GRAPHQL_TOOLS_VER =13.0.1
4- LIB_GRAPHQL_EXTENDED_VALIDATION_VER =18 .1
5- LIB_SPRING_BOOT_VER =2.7.3
4+ LIB_GRAPHQL_EXTENDED_VALIDATION_VER =19 .1
5+ LIB_SPRING_BOOT_VER =2.7.4
66sourceCompatibility =11
77targetCompatibility =11
Original file line number Diff line number Diff line change 1- def jettyVersion = ' 9.4.48.v20220622 '
1+ def jettyVersion = ' 9.4.49.v20220914 '
22
33dependencies {
44 implementation " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
55 implementation " io.projectreactor:reactor-core:3.4.23"
6- implementation ' ch.qos.logback:logback-classic:1.4.0 '
7- implementation ' org.slf4j:slf4j-simple:2.0.0 '
6+ implementation ' ch.qos.logback:logback-classic:1.4.3 '
7+ implementation ' org.slf4j:slf4j-simple:2.0.3 '
88 implementation " org.eclipse.jetty:jetty-webapp:${ jettyVersion} "
99 implementation " org.eclipse.jetty:jetty-annotations:${ jettyVersion} "
1010 implementation " org.eclipse.jetty.websocket:websocket-api:${ jettyVersion} "
You can’t perform that action at this time.
0 commit comments