Skip to content

Commit f68aa79

Browse files
committed
Updated Junit
1 parent ebc6ef9 commit f68aa79

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ allprojects {
7171
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
7272
}
7373

74-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
75-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
74+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
75+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
7676
}
7777

7878
test {

headlessmc-api/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies {
1010
testFixturesCompileOnly 'org.projectlombok:lombok:1.18.34'
1111
testFixturesAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
1212

13-
testFixturesImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
14-
testFixturesRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
13+
testFixturesImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
14+
testFixturesRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
1515
}

headlessmc-launcher-wrapper/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
// jarLibs project(':headlessmc-logging') TODO: add logging for wrapper and modlauncher?!
2222

2323
testPluginCompileOnly project(':headlessmc-launcher')
24-
testPluginImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
24+
testPluginImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
2525

2626
testPluginCompileOnly 'org.projectlombok:lombok:1.18.34'
2727
testPluginAnnotationProcessor 'org.projectlombok:lombok:1.18.34'

0 commit comments

Comments
 (0)