File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44
55dependencies {
66 testImplementation(" org.mockito:mockito-core:5.23.0" )
7- testImplementation(" org.junit.jupiter:junit-jupiter-api:6.1.2 " )
8- testImplementation(" org.junit.jupiter:junit-jupiter-params:6.1.2 " )
7+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.1.3 " )
8+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.1.3 " )
99 testImplementation(" org.assertj:assertj-core:3.27.7" )
1010 testImplementation(" org.awaitility:awaitility:4.3.0" )
11- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.1.2 " )
12- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.1.2 " )
11+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.1.3 " )
12+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.1.3 " )
1313}
1414
1515tasks.getByName<Test >(" test" ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sourceSets {
1515}
1616
1717dependencies {
18- testImplementation(" org.junit.jupiter:junit-jupiter:6.1.2 " )
18+ testImplementation(" org.junit.jupiter:junit-jupiter:6.1.3 " )
1919}
2020
2121tasks.test {
You can’t perform that action at this time.
0 commit comments