File tree Expand file tree Collapse file tree 15 files changed +16
-16
lines changed 
docs/examples/junit5/redis Expand file tree Collapse file tree 15 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ subprojects {
138138        testImplementation ' org.assertj:assertj-core:3.27.4' 
139139        testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
140140
141-         testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
141+         testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
142142    }
143143
144144    checkstyle {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66    testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4' 
77    testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.4' 
88    testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4' 
9-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3 ' 
9+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0 ' 
1010    testImplementation project(" :testcontainers" 
1111    testImplementation project(" :testcontainers-junit-jupiter" 
1212    testImplementation ' org.assertj:assertj-core:3.27.4' 
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919    testImplementation ' io.cucumber:cucumber-junit-platform-engine' 
2020    testImplementation ' org.testcontainers:testcontainers-selenium' 
2121    testImplementation ' org.assertj:assertj-core:3.27.4' 
22-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3 ' 
22+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0 ' 
2323}
2424
2525test  {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212    testImplementation ' ch.qos.logback:logback-classic:1.3.15' 
1313    testImplementation ' org.assertj:assertj-core:3.27.4' 
1414    testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
15-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
15+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
1616}
1717
1818test  {
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ dependencies {
1414    testImplementation ' com.google.guava:guava:23.0' 
1515    testImplementation ' ch.qos.logback:logback-classic:1.3.15' 
1616    testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
17-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
18-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
17+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
18+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
1919}
2020
2121test  {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616    testImplementation ' ch.qos.logback:logback-classic:1.3.15' 
1717    testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
1818    testImplementation ' org.awaitility:awaitility:4.3.0' 
19-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
19+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
2020}
2121
2222test  {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313    testImplementation ' ch.qos.logback:logback-classic:1.3.15' 
1414    testImplementation ' org.apache.httpcomponents:httpclient:4.5.14' 
1515    testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
16-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
16+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
1717}
1818
1919test  {
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
1212    testImplementation ' org.testcontainers:testcontainers-neo4j' 
1313    testImplementation ' org.testcontainers:testcontainers-junit-jupiter' 
1414    testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
15-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
15+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
1616}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212    testImplementation ' ch.qos.logback:logback-classic:1.3.15' 
1313    testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
1414    testImplementation ' io.rest-assured:rest-assured:5.5.6' 
15-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
15+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
1616}
1717
1818test  {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616    testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
1717    testImplementation ' ch.qos.logback:logback-classic:1.3.15' 
1818    testImplementation ' org.assertj:assertj-core:3.27.4' 
19-     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0' 
19+     testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0' 
2020}
2121
2222test  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments