FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(deps): update all non-major dependencies by renovate[bot] · Pull Request #583 · graphql-java-kickstart/graphql-java-servlet · GitHub

Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .bat  (1) .gradle  (1) .jar  (1) .properties  (2) No extension  (1) All 5 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
8 changes: 4 additions & 4 deletions gradle.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ PROJECT_LICENSE=MIT
PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
PROJECT_DEV_ID=oliemansm
PROJECT_DEV_NAME=Michiel Oliemans
LIB_GRAPHQL_JAVA_VER=22.3
LIB_JACKSON_VER=2.17.2
LIB_SLF4J_VER=2.0.16
LIB_LOMBOK_VER=1.18.34
LIB_GRAPHQL_JAVA_VER=22.4
LIB_JACKSON_VER=2.18.8
LIB_SLF4J_VER=2.0.18
LIB_LOMBOK_VER=1.18.46
# These constants are necessary to the automatic release of javax flavour
LIB_JAVAX_SERVLET=4.0.1
LIB_JAVAX_WEBSOCKET=1.1
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.14.5-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
9 changes: 4 additions & 5 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions graphql-java-servlet/build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ dependencies {
testImplementation 'io.github.graphql-java:graphql-java-annotations:9.1'

// Unit testing
testImplementation "org.apache.groovy:groovy-all:4.0.23"
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.2"
testRuntimeOnly "org.objenesis:objenesis:3.4"
testImplementation "org.apache.groovy:groovy-all:4.0.33"
testImplementation "org.spockframework:spock-core:2.4-groovy-5.0"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.18.12"
testRuntimeOnly "org.objenesis:objenesis:3.6"
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 'com.google.guava:guava:33.3.1-jre'
testImplementation "org.springframework:spring-test:6.2.19"
testRuntimeOnly "org.springframework:spring-web:6.2.19"
testImplementation 'com.google.guava:guava:33.7.1-jre'
testImplementation "jakarta.servlet:jakarta.servlet-api:6.1.0"
testImplementation "jakarta.websocket:jakarta.websocket-api:2.2.0"
testImplementation "jakarta.websocket:jakarta.websocket-client-api:2.2.0"
Expand Down
Loading

Back | FazBrowse Home | New Git URL