File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
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]')"
23
23
jdk : [11, 15, 16]
24
24
steps :
25
25
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
26
- - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
26
+ - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
27
27
with :
28
28
path : |
29
29
~/.gradle/caches
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@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
36
36
with :
37
37
java-version : ${{ matrix.jdk }}
38
38
distribution : adopt
@@ -54,15 +54,15 @@ jobs:
54
54
with :
55
55
fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
56
56
57
- - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
57
+ - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
58
58
with :
59
59
path : |
60
60
~/.gradle/caches
61
61
~/.gradle/wrapper
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@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
66
66
with :
67
67
java-version : 11
68
68
distribution : adopt
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id(" java" )
4
4
id(" java-library" )
5
5
id(" maven-publish" )
6
- id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.62 "
6
+ id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.65 "
7
7
id(" org.shipkit.shipkit-auto-version" ) version " 1.2.2"
8
8
id(" org.shipkit.shipkit-changelog" ) version " 1.2.0"
9
9
id(" org.shipkit.shipkit-github-release" ) version " 1.2.0"
@@ -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.6 " )
40
40
api(" com.google.code.findbugs:jsr305:3.0.2" )
41
- api(" org.jetbrains:annotations:24.0.1 " )
41
+ api(" org.jetbrains:annotations:24.1.0 " )
42
42
43
- val asmVer = " 9.4 "
43
+ val asmVer = " 9.6 "
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.30 "
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.4 -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