File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ PROJECT_LICENSE=MIT
77PROJECT_LICENSE_URL =https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
88PROJECT_DEV_ID =oliemansm
99PROJECT_DEV_NAME =Michiel Oliemans
10- LIB_GRAPHQL_JAVA_VER =20.1
11- LIB_JACKSON_VER =2.14.2
10+ LIB_GRAPHQL_JAVA_VER =20.2
11+ LIB_JACKSON_VER =2.15.0
1212LIB_SLF4J_VER =2.0.7
1313LIB_LOMBOK_VER =1.18.26
1414SOURCE_COMPATIBILITY =17
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -all.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 8585APP_BASE_NAME=${0##*/ }
8686APP_HOME=$( cd " ${APP_HOME:- ./ } " && pwd -P ) || exit
8787
88- # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
89- DEFAULT_JVM_OPTS=' "-Xmx64m" "-Xms64m"'
90-
9188# Use the maximum available, or set MAX_FD != -1 to use that value.
9289MAX_FD=maximum
9390
@@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
197194 done
198195fi
199196
197+
198+ # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
199+ DEFAULT_JVM_OPTS=' "-Xmx64m" "-Xms64m"'
200+
200201# Collect all arguments for the java command;
201202# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
202203# shell script including quotes and variable substitutions, so put them in
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ dependencies {
1414 // JSON
1515 api " com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER "
1616 api " com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER "
17- api " com.fasterxml.jackson.core:jackson-databind:2.14.2 "
17+ api " com.fasterxml.jackson.core:jackson-databind:2.15.0 "
1818 api " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER "
1919}
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ dependencies {
3232 testImplementation ' io.github.graphql-java:graphql-java-annotations:9.1'
3333
3434 // Unit testing
35- testImplementation " org.apache.groovy:groovy-all:4.0.10 "
35+ testImplementation " org.apache.groovy:groovy-all:4.0.11 "
3636 testImplementation " org.spockframework:spock-core:2.3-groovy-4.0"
3737 testRuntimeOnly " cglib:cglib-nodep:3.3.0"
3838 testRuntimeOnly " org.objenesis:objenesis:3.3"
3939 testImplementation " org.slf4j:slf4j-simple:$LIB_SLF4J_VER "
40- testImplementation ' org.springframework:spring-test:6.0.7 '
41- testRuntimeOnly ' org.springframework:spring-web:6.0.7 '
40+ testImplementation ' org.springframework:spring-test:6.0.8 '
41+ testRuntimeOnly ' org.springframework:spring-web:6.0.8 '
4242 testImplementation ' com.google.guava:guava:31.1-jre'
4343}
You can’t perform that action at this time.
0 commit comments