File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
16
- - uses : gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b # tag= v1.0.4
16
+ - uses : gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
26
- - uses : actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag= v3.0.5
26
+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
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@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag= v3.4.1
35
+ uses : actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.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@0865c47f36e68161719c5b124609996bb5c40129 # tag= v3.0.5
57
+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
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@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag= v3.4.1
65
+ uses : actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
66
66
with :
67
67
java-version : 11
68
68
distribution : adopt
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ 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.61 "
7
- id(" org.shipkit.shipkit-auto-version" ) version " 1.2.1 "
6
+ id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.62 "
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"
10
10
}
@@ -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.24.4 " )
39
+ implementation(" com.github.javaparser:javaparser-core:3.25.1 " )
40
40
api(" com.google.code.findbugs:jsr305:3.0.2" )
41
- api(" org.jetbrains:annotations:23.0 .0" )
41
+ api(" org.jetbrains:annotations:23.1 .0" )
42
42
43
- val asmVer = " 9.3 "
43
+ val asmVer = " 9.4 "
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.24 "
48
+ val lombok = " org.projectlombok:lombok:1.18.26 "
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-7.5 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.1 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments