File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11 .0
3636 with :
3737 java-version : ${{ matrix.jdk }}
3838 distribution : adopt
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@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11 .0
6666 with :
6767 java-version : 11
6868 distribution : adopt
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ 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.25.2 " )
4040 api(" com.google.code.findbugs:jsr305:3.0.2" )
4141 api(" org.jetbrains:annotations:24.0.1" )
4242
43- val asmVer = " 9.4 "
43+ val asmVer = " 9.5 "
4444 implementation(" org.ow2.asm:asm:$asmVer " )
4545 implementation(" org.ow2.asm:asm-util:$asmVer " )
4646 implementation(" org.ow2.asm:asm-tree:$asmVer " )
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.1.1 -all.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments