File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
distribution : ' zulu'
49
49
java-version : 17
50
50
- name : Cache Gradle
51
- uses : actions/cache@v3
51
+ uses : actions/cache@v4
52
52
env :
53
53
java-version : 17
54
54
with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ PROJECT_DEV_NAME = Michiel Oliemans
12
12
13
13
LIB_GRAPHQL_TOOLS_VER = 13.1.1
14
14
LIB_GRAPHQL_SPRING_VER = 15.1.0
15
- LIB_GRAPHQL_SERVLET_VER = 15.1 .0
15
+ LIB_GRAPHQL_SERVLET_VER = 15.2 .0
16
16
17
17
# ## Gradle Plugins
18
18
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.5 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -all.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api " org.springframework.boot:spring-boot-starter-webflux"
3
- implementation " com.jayway.jsonpath:json-path:2.8 .0"
3
+ implementation " com.jayway.jsonpath:json-path:2.9 .0"
4
4
5
5
testImplementation " org.springframework.boot:spring-boot-starter-webflux"
6
6
testImplementation " org.springframework.boot:spring-boot-starter-test"
You can’t perform that action at this time.
0 commit comments