Skip to content

Commit c8159c9

Browse files
GH-142 Update all dependencies
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6c8744 commit c8159c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ dependencies {
7373
// caffeine
7474
paperLibrary("com.github.ben-manes.caffeine:caffeine:3.2.3")
7575

76-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
77-
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.0")
78-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
76+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
77+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
78+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
7979
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
8080

8181
testImplementation("org.testcontainers:junit-jupiter:1.21.3")

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)