File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - 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
1717
1818 build :
1919 if : " ! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2323 jdk : [11, 15, 16]
2424 steps :
2525 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
26- - uses : actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag= v3.0.5
26+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
2727 with :
2828 path : |
2929 ~/.gradle/caches
3232 restore-keys : |
3333 ${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-
3434 - name : Set up JDK
35- uses : actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag= v3.4.1
35+ uses : actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
3636 with :
3737 java-version : ${{ matrix.jdk }}
3838 distribution : adopt
@@ -54,15 +54,15 @@ jobs:
5454 with :
5555 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656
57- - uses : actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag= v3.0.5
57+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5858 with :
5959 path : |
6060 ~/.gradle/caches
6161 ~/.gradle/wrapper
6262 key : releasing-${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-${{ hashFiles('**/*.gradle*') }}
6363
6464 - name : Set up Java 11
65- uses : actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag= v3.4.1
65+ uses : actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
6666 with :
6767 java-version : 11
6868 distribution : adopt
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
33 id(" java" )
44 id(" java-library" )
55 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 "
88 id(" org.shipkit.shipkit-changelog" ) version " 1.2.0"
99 id(" org.shipkit.shipkit-github-release" ) version " 1.2.0"
1010}
@@ -36,16 +36,16 @@ minimallyCorrectDefaults.configureProject(project)
3636
3737dependencies {
3838 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 " )
4040 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" )
4242
43- val asmVer = " 9.3 "
43+ val asmVer = " 9.4 "
4444 implementation(" org.ow2.asm:asm:$asmVer " )
4545 implementation(" org.ow2.asm:asm-util:$asmVer " )
4646 implementation(" org.ow2.asm:asm-tree:$asmVer " )
4747
48- val lombok = " org.projectlombok:lombok:1.18.24 "
48+ val lombok = " org.projectlombok:lombok:1.18.26 "
4949 compileOnly(lombok)
5050 testCompileOnly(lombok)
5151 annotationProcessor(lombok)
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments