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 {
123
123
ksp(" com.squareup.moshi:moshi-kotlin-codegen:${libs.versions.moshi.get()} " )
124
124
compileOnly(libs.okhttp)
125
125
126
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.0 " )
127
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.0 " )
126
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.1 " )
127
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.1 " )
128
128
testRuntimeOnly(" cglib:cglib-nodep:3.3.0" )
129
- testImplementation(" org.junit.platform:junit-platform-launcher:1.13.0 " )
130
- testImplementation(" org.junit.platform:junit-platform-commons:1.13.0 " )
129
+ testImplementation(" org.junit.platform:junit-platform-launcher:1.13.1 " )
130
+ testImplementation(" org.junit.platform:junit-platform-commons:1.13.1 " )
131
131
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
132
132
}
133
133
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ dependencies {
123
123
ksp(" com.squareup.moshi:moshi-kotlin-codegen:${libs.versions.moshi.get()} " )
124
124
compileOnly(libs.okhttp)
125
125
126
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.0 " )
127
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.0 " )
126
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.1 " )
127
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.1 " )
128
128
testRuntimeOnly(" cglib:cglib-nodep:3.3.0" )
129
- testImplementation(" org.junit.platform:junit-platform-launcher:1.13.0 " )
130
- testImplementation(" org.junit.platform:junit-platform-commons:1.13.0 " )
129
+ testImplementation(" org.junit.platform:junit-platform-launcher:1.13.1 " )
130
+ testImplementation(" org.junit.platform:junit-platform-commons:1.13.1 " )
131
131
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments