File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
contents : read
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- name : Set up JDK 21
24
- uses : actions/setup-java@v4
24
+ uses : actions/setup-java@v5
25
25
with :
26
26
java-version : ' 21'
27
27
distribution : ' temurin'
28
28
29
29
- name : Setup Gradle
30
- uses : gradle/actions/setup-gradle@v4
30
+ uses : gradle/actions/setup-gradle@v5
31
31
32
32
- name : Run integration tests
33
33
run : |
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
contents : read
14
14
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Set up JDK 21
18
- uses : actions/setup-java@v4
18
+ uses : actions/setup-java@v5
19
19
with :
20
20
java-version : ' 21'
21
21
distribution : ' temurin'
22
22
23
23
- name : Setup Gradle
24
- uses : gradle/actions/setup-gradle@v4
24
+ uses : gradle/actions/setup-gradle@v5
25
25
26
26
- name : Build with Gradle Wrapper
27
27
run : ./gradlew clean build -x test -x validateCtrfReport -x generateCtrfReport
Original file line number Diff line number Diff line change 28
28
projectVersion = ' 0.3.7-SNAPSHOT'
29
29
releaseVersion = ' 0.3.6'
30
30
31
- junitVersion = ' 5.13.3 '
31
+ junitVersion = ' 6.0.0 '
32
32
lombokVersion = ' 1.18.38'
33
33
jaksonVersion = ' 2.19.1'
34
34
ownerVersion = ' 1.0.12'
61
61
}
62
62
63
63
checkstyle {
64
- toolVersion = ' 10.26.1 '
64
+ toolVersion = ' 11.1.0 '
65
65
configFile = file(" ${ project.rootDir} /config/checkstyle/checkstyle.xml" )
66
66
}
67
67
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.14.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments