Skip to content

Commit 0b68075

Browse files
committed
Merge branch 'master' into renovate/major-lib_graphql_spring_boot_ver
2 parents fbc4901 + f577e71 commit 0b68075

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LIB_GRAPHQL_SERVLET_VER=14.0.0
22
LIB_GRAPHQL_SPRING_BOOT_VER=14.0.0
33
LIB_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
66
sourceCompatibility=11
77
targetCompatibility=11

servlet-hello-world/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
def jettyVersion = '9.4.48.v20220622'
1+
def jettyVersion = '9.4.49.v20220914'
22

33
dependencies {
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}"

0 commit comments

Comments
 (0)