File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - 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
1717
1818 build :
1919 if : " ! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2323 jdk : [11, 15, 16]
2424 steps :
2525 - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
26- - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
26+ - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
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@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
35+ uses : actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
57+ - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
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@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
65+ uses : actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
6666 with :
6767 java-version : 11
6868 distribution : adopt
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ plugins {
33 id(" java" )
44 id(" java-library" )
55 id(" maven-publish" )
6- id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.62 "
6+ id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.81 "
77 id(" org.shipkit.shipkit-auto-version" ) version " 1.2.2"
8- id(" org.shipkit.shipkit-changelog" ) version " 1.2.0 "
9- id(" org.shipkit.shipkit-github-release" ) version " 1.2.0 "
8+ id(" org.shipkit.shipkit-changelog" ) version " 1.2.3 "
9+ id(" org.shipkit.shipkit-github-release" ) version " 1.2.3 "
1010}
1111
1212apply (from = " properties.gradle" )
@@ -36,16 +36,16 @@ minimallyCorrectDefaults.configureProject(project)
3636
3737dependencies {
3838 testImplementation(" junit:junit:4.13.2" )
39- implementation(" com.github.javaparser:javaparser-core:3.25.1 " )
39+ implementation(" com.github.javaparser:javaparser-core:3.27.0 " )
4040 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 " )
4242
43- val asmVer = " 9.4 "
43+ val asmVer = " 9.8 "
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.26 "
48+ val lombok = " org.projectlombok:lombok:1.18.38 "
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-8.0.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -all.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments