Skip to content

Commit a868bf7

Browse files
committed
Update build.gradle
1 parent 54f4225 commit a868bf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'java-library'
44
id 'maven-publish'
5-
id 'com.gradleup.shadow' version '9.3.2'
5+
id 'com.gradleup.shadow' version '9.4.0'
66
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.4.1'
77
id 'xyz.wagyourtail.unimined' version '1.4.15-kappa'
88
id 'net.kyori.blossom' version '2.2.0'
@@ -110,7 +110,7 @@ dependencies {
110110
implementation "com.cleanroommc:assetmover:${propertyString('asset_mover_version')}"
111111
}
112112
if (propertyBool('enable_junit_testing')) {
113-
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
113+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
114114
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
115115
}
116116
}

0 commit comments

Comments
 (0)