Skip to content

Commit 7b8f162

Browse files
renovate[bot]federicorispo
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 866fa5c commit 7b8f162

File tree

7 files changed

+47
-38
lines changed

7 files changed

+47
-38
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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=22.1
11-
LIB_JACKSON_VER=2.16.1
12-
LIB_SLF4J_VER=2.0.12
13-
LIB_LOMBOK_VER=1.18.30
10+
LIB_GRAPHQL_JAVA_VER=22.3
11+
LIB_JACKSON_VER=2.17.2
12+
LIB_SLF4J_VER=2.0.16
13+
LIB_LOMBOK_VER=1.18.34
1414
# These constants are necessary to the automatic release of javax flavour
1515
LIB_JAVAX_SERVLET=4.0.1
1616
LIB_JAVAX_WEBSOCKET=1.1

gradle/wrapper/gradle-wrapper.jar

-18.1 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graphql-java-kickstart/build.gradle

Lines changed: 1 addition & 1 deletion
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.16.1"
17+
api "com.fasterxml.jackson.core:jackson-databind:2.17.2"
1818
api "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER"
1919
}

graphql-java-servlet/build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ dependencies {
1616
api(project(':graphql-java-kickstart'))
1717

1818
// Servlet
19-
compileOnly "jakarta.servlet:jakarta.servlet-api:6.0.0"
20-
compileOnly "jakarta.websocket:jakarta.websocket-api:2.1.1"
21-
compileOnly "jakarta.websocket:jakarta.websocket-client-api:2.1.1"
19+
compileOnly "jakarta.servlet:jakarta.servlet-api:6.1.0"
20+
compileOnly "jakarta.websocket:jakarta.websocket-api:2.2.0"
21+
compileOnly "jakarta.websocket:jakarta.websocket-client-api:2.2.0"
2222
implementation "org.slf4j:slf4j-api:$LIB_SLF4J_VER"
2323

2424
// OSGi
@@ -32,15 +32,15 @@ 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.18"
35+
testImplementation "org.apache.groovy:groovy-all:4.0.23"
3636
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
37-
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.12"
38-
testRuntimeOnly "org.objenesis:objenesis:3.3"
37+
testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.1"
38+
testRuntimeOnly "org.objenesis:objenesis:3.4"
3939
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40-
testImplementation "org.springframework:spring-test:6.1.4"
41-
testRuntimeOnly "org.springframework:spring-web:6.1.4"
42-
testImplementation 'com.google.guava:guava:33.0.0-jre'
43-
testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0"
44-
testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.1"
45-
testImplementation "jakarta.websocket:jakarta.websocket-client-api:2.1.1"
40+
testImplementation "org.springframework:spring-test:6.1.13"
41+
testRuntimeOnly "org.springframework:spring-web:6.1.13"
42+
testImplementation 'com.google.guava:guava:33.3.0-jre'
43+
testImplementation "jakarta.servlet:jakarta.servlet-api:6.1.0"
44+
testImplementation "jakarta.websocket:jakarta.websocket-api:2.2.0"
45+
testImplementation "jakarta.websocket:jakarta.websocket-client-api:2.2.0"
4646
}

0 commit comments

Comments
 (0)