Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 1b69c87 commit 74ae039
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servle
PROJECT_DEV_ID=oliemansm
PROJECT_DEV_NAME=Michiel Oliemans
LIB_GRAPHQL_JAVA_VER=22.3
LIB_JACKSON_VER=2.17.2
LIB_JACKSON_VER=2.18.2
LIB_SLF4J_VER=2.0.16
LIB_LOMBOK_VER=1.18.34
LIB_LOMBOK_VER=1.18.36
# These constants are necessary to the automatic release of javax flavour
LIB_JAVAX_SERVLET=4.0.1
LIB_JAVAX_WEBSOCKET=1.1
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion graphql-java-kickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies {
// JSON
api "com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER"
api "com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER"
api "com.fasterxml.jackson.core:jackson-databind:2.17.2"
api "com.fasterxml.jackson.core:jackson-databind:2.18.2"
api "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER"
}
8 changes: 4 additions & 4 deletions graphql-java-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ dependencies {
testImplementation 'io.github.graphql-java:graphql-java-annotations:9.1'

// Unit testing
testImplementation "org.apache.groovy:groovy-all:4.0.23"
testImplementation "org.apache.groovy:groovy-all:4.0.24"
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.2"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.10"
testRuntimeOnly "org.objenesis:objenesis:3.4"
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
testImplementation "org.springframework:spring-test:6.1.13"
testRuntimeOnly "org.springframework:spring-web:6.1.13"
testImplementation "org.springframework:spring-test:6.2.0"
testRuntimeOnly "org.springframework:spring-web:6.2.0"
testImplementation 'com.google.guava:guava:33.3.1-jre'
testImplementation "jakarta.servlet:jakarta.servlet-api:6.1.0"
testImplementation "jakarta.websocket:jakarta.websocket-api:2.2.0"
Expand Down

0 comments on commit 74ae039

Please sign in to comment.