We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d239256 commit 7f3138bCopy full SHA for 7f3138b
.github/workflows/gradle.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build with Gradle
31
run: ./gradlew shadowJar
32
- name: Upload a Build Artifact
33
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
34
with:
35
name: 'ParcelLockers'
36
path: build/libs/ParcelLockers*
build.gradle.kts
@@ -71,7 +71,7 @@ dependencies {
71
paperLibrary("com.eternalcode:multification-okaeri:1.2.2")
72
73
// caffeine
74
- paperLibrary("com.github.ben-manes.caffeine:caffeine:3.2.2")
+ paperLibrary("com.github.ben-manes.caffeine:caffeine:3.2.3")
75
76
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
77
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.0")
0 commit comments