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.12.1 " )
127- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
126+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2 " )
127+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.2 " )
128128 testRuntimeOnly(" cglib:cglib-nodep:3.3.0" )
129- testImplementation(" org.junit.platform:junit-platform-launcher:1.12.1 " )
130- testImplementation(" org.junit.platform:junit-platform-commons:1.12.1 " )
129+ testImplementation(" org.junit.platform:junit-platform-launcher:1.12.2 " )
130+ testImplementation(" org.junit.platform:junit-platform-commons:1.12.2 " )
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.12.1 " )
127- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
126+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2 " )
127+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.2 " )
128128 testRuntimeOnly(" cglib:cglib-nodep:3.3.0" )
129- testImplementation(" org.junit.platform:junit-platform-launcher:1.12.1 " )
130- testImplementation(" org.junit.platform:junit-platform-commons:1.12.1 " )
129+ testImplementation(" org.junit.platform:junit-platform-launcher:1.12.2 " )
130+ testImplementation(" org.junit.platform:junit-platform-commons:1.12.2 " )
131131// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
132132}
133133
You can’t perform that action at this time.
0 commit comments