File tree 3 files changed +5
-5
lines changed
headlessmc-launcher-wrapper
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ allprojects {
71
71
testAnnotationProcessor ' org.projectlombok:lombok:1.18.34'
72
72
}
73
73
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 '
76
76
}
77
77
78
78
test {
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ dependencies {
10
10
testFixturesCompileOnly ' org.projectlombok:lombok:1.18.34'
11
11
testFixturesAnnotationProcessor ' org.projectlombok:lombok:1.18.34'
12
12
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 '
15
15
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
// jarLibs project(':headlessmc-logging') TODO: add logging for wrapper and modlauncher?!
22
22
23
23
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 '
25
25
26
26
testPluginCompileOnly ' org.projectlombok:lombok:1.18.34'
27
27
testPluginAnnotationProcessor ' org.projectlombok:lombok:1.18.34'
You can’t perform that action at this time.
0 commit comments