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:
15
15
jdk : [ 9, 11, 17 ]
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Set up JDK ${{ matrix.jdk }}
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
java-version : ${{ matrix.jdk }}
24
24
distribution : ' adopt'
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Set up JDK 17
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' temurin'
19
19
java-version : 17
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
`java- library`
3
3
`maven- publish`
4
- id(" com.github.johnrengelman.shadow" ) version " 8.1.0 "
4
+ id(" com.github.johnrengelman.shadow" ) version " 8.1.1 "
5
5
}
6
6
7
7
group = " com.eternalcode"
@@ -26,11 +26,11 @@ dependencies {
26
26
exclude(group = " junit" )
27
27
}
28
28
29
- api(" org.jetbrains:annotations:24 .0.1 " )
29
+ api(" org.jetbrains:annotations:26 .0.2 " )
30
30
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:5.13.4 " )
32
+ testImplementation(" nl.jqno.equalsverifier:equalsverifier:4.0.7 " )
33
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " )
34
34
}
35
35
36
36
publishing {
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-8 .0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9 .0.0 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments