Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit 19ddf6c

Browse files
Update all dependencies
1 parent 5af2b4e commit 19ddf6c

4 files changed

Lines changed: 14 additions & 9 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
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

77
group = "com.eternalcode"
@@ -28,9 +28,9 @@ dependencies {
2828

2929
api("org.jetbrains:annotations:24.0.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:5.9.3")
32+
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.14.3")
33+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
3434
}
3535

3636
publishing {

gradle/wrapper/gradle-wrapper.jar

1.73 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)