File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 jdk : [ 9, 11, 17 ]
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v5
1919
2020 - name : Set up JDK ${{ matrix.jdk }}
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v5
2222 with :
2323 java-version : ${{ matrix.jdk }}
2424 distribution : ' adopt'
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v5
1414
1515 - name : Set up JDK 17
16- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v5
1717 with :
1818 distribution : ' temurin'
1919 java-version : 17
Original file line number Diff line number Diff line change 11plugins {
22 `java- library`
33 `maven- publish`
4- id(" com.github.johnrengelman.shadow" ) version " 8.1.0 "
4+ id(" com.github.johnrengelman.shadow" ) version " 8.1.1 "
55}
66
77group = " com.eternalcode"
@@ -26,11 +26,11 @@ dependencies {
2626 exclude(group = " junit" )
2727 }
2828
29- api(" org.jetbrains:annotations:24 .0.1" )
29+ api(" org.jetbrains:annotations:26 .0.2- 1" )
3030
31- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.2 " )
32- testImplementation(" nl.jqno.equalsverifier:equalsverifier:3.14 .1" )
33- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.2 " )
31+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.0 " )
32+ testImplementation(" nl.jqno.equalsverifier:equalsverifier:4.2 .1" )
33+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
3434}
3535
3636publishing {
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 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments