Skip to content

Commit 18dae2a

Browse files
authored
Merge pull request #513 from graphql-java-kickstart/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 20c6d64 + 851cacf commit 18dae2a

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ PROJECT_LICENSE=MIT
77
PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
88
PROJECT_DEV_ID=oliemansm
99
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
1212
LIB_SLF4J_VER=2.0.7
1313
LIB_LOMBOK_VER=1.18.26
1414
SOURCE_COMPATIBILITY=17

gradle/wrapper/gradle-wrapper.jar

468 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

+4-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ done
8585
APP_BASE_NAME=${0##*/}
8686
APP_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.
9289
MAX_FD=maximum
9390

@@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
197194
done
198195
fi
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

graphql-java-kickstart/build.gradle

+1-1
Original file line numberDiff line numberDiff 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
}

graphql-java-servlet/build.gradle

+3-3
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)