File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ dependencies {
123123    ksp(" com.squareup.moshi:moshi-kotlin-codegen:${libs.versions.moshi.get()} " 
124124    compileOnly(libs.okhttp)
125125
126-     testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4 " 
127-     testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " 
126+     testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.0 " 
127+     testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " 
128128    testRuntimeOnly(" cglib:cglib-nodep:3.3.0" 
129-     testImplementation(" org.junit.platform:junit-platform-launcher:1.13.4 " 
130-     testImplementation(" org.junit.platform:junit-platform-commons:1.13.4 " 
129+     testImplementation(" org.junit.platform:junit-platform-launcher:6.0.0 " 
130+     testImplementation(" org.junit.platform:junit-platform-commons:6.0.0 " 
131131//     testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
132132}
133133
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ dependencies {
123123    ksp(" com.squareup.moshi:moshi-kotlin-codegen:${libs.versions.moshi.get()} " 
124124    compileOnly(libs.okhttp)
125125
126-     testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4 " 
127-     testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " 
126+     testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.0 " 
127+     testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " 
128128    testRuntimeOnly(" cglib:cglib-nodep:3.3.0" 
129-     testImplementation(" org.junit.platform:junit-platform-launcher:1.13.4 " 
130-     testImplementation(" org.junit.platform:junit-platform-commons:1.13.4 " 
129+     testImplementation(" org.junit.platform:junit-platform-launcher:6.0.0 " 
130+     testImplementation(" org.junit.platform:junit-platform-commons:6.0.0 " 
131131//     testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
132132}
133133
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments