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
7
7
PROJECT_LICENSE_URL =https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
8
8
PROJECT_DEV_ID =oliemansm
9
9
PROJECT_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
12
12
LIB_SLF4J_VER =2.0.7
13
13
LIB_LOMBOK_VER =1.18.26
14
14
SOURCE_COMPATIBILITY =17
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 85
85
APP_BASE_NAME=${0##*/ }
86
86
APP_HOME=$( cd " ${APP_HOME:- ./ } " && pwd -P ) || exit
87
87
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
-
91
88
# Use the maximum available, or set MAX_FD != -1 to use that value.
92
89
MAX_FD=maximum
93
90
@@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
197
194
done
198
195
fi
199
196
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
+
200
201
# Collect all arguments for the java command;
201
202
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
202
203
# 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 {
14
14
// JSON
15
15
api " com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER "
16
16
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 "
18
18
api " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER "
19
19
}
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ dependencies {
32
32
testImplementation ' io.github.graphql-java:graphql-java-annotations:9.1'
33
33
34
34
// Unit testing
35
- testImplementation " org.apache.groovy:groovy-all:4.0.10 "
35
+ testImplementation " org.apache.groovy:groovy-all:4.0.11 "
36
36
testImplementation " org.spockframework:spock-core:2.3-groovy-4.0"
37
37
testRuntimeOnly " cglib:cglib-nodep:3.3.0"
38
38
testRuntimeOnly " org.objenesis:objenesis:3.3"
39
39
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 '
42
42
testImplementation ' com.google.guava:guava:31.1-jre'
43
43
}
You can’t perform that action at this time.
0 commit comments