File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
16
- - uses : gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6
16
+ - uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
17
17
18
18
build :
19
19
if : " ! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
32
32
restore-keys : |
33
33
${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-
34
34
- name : Set up JDK
35
- uses : actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10 .0
35
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12 .0
36
36
with :
37
37
java-version : ${{ matrix.jdk }}
38
38
distribution : adopt
62
62
key : releasing-${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-${{ hashFiles('**/*.gradle*') }}
63
63
64
64
- name : Set up Java 11
65
- uses : actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10 .0
65
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12 .0
66
66
with :
67
67
java-version : 11
68
68
distribution : adopt
Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ minimallyCorrectDefaults.configureProject(project)
36
36
37
37
dependencies {
38
38
testImplementation(" junit:junit:4.13.2" )
39
- implementation(" com.github.javaparser:javaparser-core:3.25.1 " )
39
+ implementation(" com.github.javaparser:javaparser-core:3.25.4 " )
40
40
api(" com.google.code.findbugs:jsr305:3.0.2" )
41
41
api(" org.jetbrains:annotations:24.0.1" )
42
42
43
- val asmVer = " 9.4 "
43
+ val asmVer = " 9.5 "
44
44
implementation(" org.ow2.asm:asm:$asmVer " )
45
45
implementation(" org.ow2.asm:asm-util:$asmVer " )
46
46
implementation(" org.ow2.asm:asm-tree:$asmVer " )
47
47
48
- val lombok = " org.projectlombok:lombok:1.18.26 "
48
+ val lombok = " org.projectlombok:lombok:1.18.28 "
49
49
compileOnly(lombok)
50
50
testCompileOnly(lombok)
51
51
annotationProcessor(lombok)
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.0.2 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -all.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments