File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
jdk : [11, 15, 16]
24
24
steps :
25
25
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
26
- - uses : actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
26
+ - uses : actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
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@860f60056505705214d223b91ed7a30f173f6142 # tag=v3.3.0
35
+ uses : actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1
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@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
57
+ - uses : actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
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@860f60056505705214d223b91ed7a30f173f6142 # tag=v3.3.0
65
+ uses : actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1
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.60 "
7
- id(" org.shipkit.shipkit-auto-version" ) version " 1.2.0 "
6
+ id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.61 "
7
+ id(" org.shipkit.shipkit-auto-version" ) version " 1.2.1 "
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,7 +36,7 @@ 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.2 " )
39
+ implementation(" com.github.javaparser:javaparser-core:3.24.4 " )
40
40
api(" com.google.code.findbugs:jsr305:3.0.2" )
41
41
api(" org.jetbrains:annotations:23.0.0" )
42
42
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.4.2 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -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