File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
implementation(platform(libs.microtus.bom))
7
7
compileOnly(libs.microtus)
8
8
9
- testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
9
+ testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
10
10
testImplementation(" org.junit.jupiter:junit-jupiter" )
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
18
18
19
19
testImplementation(libs.aves)
20
- testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
20
+ testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
21
21
testImplementation(" org.junit.jupiter:junit-jupiter" )
22
22
testImplementation(platform(libs.microtus.bom))
23
23
testImplementation(libs.microtus)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
compileOnly(libs.cloudnet.bridge)
15
15
16
16
testImplementation(libs.aves)
17
- testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
17
+ testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
18
18
testImplementation(" org.junit.jupiter:junit-jupiter" )
19
19
}
20
20
tasks.test {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(project(" :common" ))
16
16
17
17
18
- testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
18
+ testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
19
19
testImplementation(" org.junit.jupiter:junit-jupiter" )
20
20
}
21
21
application {
You can’t perform that action at this time.
0 commit comments