File tree 8 files changed +15
-15
lines changed
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
8
8
testImplementation(project(" :dbtest" ))
9
9
testImplementation(" org.postgresql:postgresql:42.7.5" )
10
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
11
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
10
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
11
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
12
12
testImplementation(" org.assertj:assertj-core:3.27.3" )
13
13
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
val ktorVersion = " 3.1.1"
8
- val junitVersion = " 5.12.0 "
8
+ val junitVersion = " 5.12.1 "
9
9
10
10
kotlin.explicitApi = ExplicitApiMode .Warning
11
11
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
dependencies {
6
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
7
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
6
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
7
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
8
8
testImplementation(" org.assertj:assertj-core:3.27.3" )
9
9
}
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ dependencies {
16
16
testImplementation(project(" :dbtest" ))
17
17
testImplementation(project(" :server" ))
18
18
19
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
20
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
19
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
20
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
21
21
testImplementation(" org.assertj:assertj-core:3.27.3" )
22
22
23
23
testImplementation(project(" :motor-test-utils" ))
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ dependencies {
15
15
testImplementation(" io.micrometer:micrometer-registry-prometheus:1.14.5" )
16
16
testImplementation(" ch.qos.logback:logback-classic:1.5.17" )
17
17
testImplementation(" net.logstash.logback:logstash-logback-encoder:8.0" )
18
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
19
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
18
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
19
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
20
20
testImplementation(" org.assertj:assertj-core:3.27.3" )
21
21
22
22
testImplementation(project(" :motor-test-utils" ))
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
testImplementation(" io.ktor:ktor-client-content-negotiation:$ktorVersion " )
35
35
testImplementation(" io.ktor:ktor-serialization-jackson:$ktorVersion " )
36
36
testImplementation(" io.ktor:ktor-server-test-host:$ktorVersion " )
37
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
38
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
37
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
38
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
39
39
testImplementation(" org.assertj:assertj-core:3.27.3" )
40
40
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ kotlin.explicitApi = ExplicitApiMode.Warning
9
9
dependencies {
10
10
implementation(project(" :dbconnect" )) // Periode
11
11
implementation(project(" :verdityper" ))
12
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
13
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
12
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
13
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
14
14
testImplementation(" org.assertj:assertj-core:3.27.3" )
15
15
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
dependencies {
7
7
implementation(project(" :dbconnect" ))
8
8
implementation(" com.fasterxml.jackson.core:jackson-annotations:2.18.3" )
9
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
10
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
9
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
10
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
11
11
testImplementation(" org.assertj:assertj-core:3.27.3" )
12
12
}
You can’t perform that action at this time.
0 commit comments