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 @@ -126,11 +126,11 @@ dependencies {
126126 ksp(" com.squareup.moshi:moshi-kotlin-codegen:1.15.1" )
127127 compileOnly(" com.squareup.okhttp3:okhttp:4.12.0" )
128128
129- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
130- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
129+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.3 " )
130+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.3 " )
131131 testRuntimeOnly(" cglib:cglib-nodep:3.3.0" )
132- testImplementation(" org.junit.platform:junit-platform-launcher:1.10.2 " )
133- testImplementation(" org.junit.platform:junit-platform-commons:1.10.2 " )
132+ testImplementation(" org.junit.platform:junit-platform-launcher:1.10.3 " )
133+ testImplementation(" org.junit.platform:junit-platform-commons:1.10.3 " )
134134// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
135135}
136136
Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ dependencies {
126126 ksp(" com.squareup.moshi:moshi-kotlin-codegen:1.15.1" )
127127 compileOnly(" com.squareup.okhttp3:okhttp:4.12.0" )
128128
129- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
130- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
129+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.3 " )
130+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.3 " )
131131 testRuntimeOnly(" cglib:cglib-nodep:3.3.0" )
132- testImplementation(" org.junit.platform:junit-platform-launcher:1.10.2 " )
133- testImplementation(" org.junit.platform:junit-platform-commons:1.10.2 " )
132+ testImplementation(" org.junit.platform:junit-platform-launcher:1.10.3 " )
133+ testImplementation(" org.junit.platform:junit-platform-commons:1.10.3 " )
134134// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
135135}
136136
You can’t perform that action at this time.
0 commit comments