Skip to content

Commit 79169bb

Browse files
committed
chore: dep updates
1 parent ab628d8 commit 79169bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kotlinx-fuzz = "0.2.2"
3838
kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.2.0-RC"
4040
kotlin-lincheck = "3.3.2"
41-
kotlin-wrappers = "2025.10.13"
41+
kotlin-wrappers = "2025.10.14"
4242
kotlin-redacted = "1.15.0"
4343
kotlin-serviceloader = "0.0.21"
4444
kotlinx-multik = "0.2.3"
@@ -102,7 +102,7 @@ koin-annotations = "2.3.0"
102102
metro = "0.4.0"
103103
kotest = "6.0.4"
104104
mockk = "1.14.6"
105-
mokkery = "3.0.0-Beta2"
105+
mokkery = "3.0.0-Beta3"
106106
wiremock = "4.0.0-beta.15"
107107
wiremock-kotlin = "2.1.1"
108108
okhttp = "5.2.1"

plugins/project/src/main/kotlin/dev.suresh.plugin.kotlin.jvm.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ plugins {
1717
id("dev.suresh.plugin.common")
1818
id("dev.suresh.plugin.kotlin.docs")
1919
// com.javiersc.kotlin.kopy
20+
// `java-test-fixtures`
2021
// `test-suite-base`
2122
}
2223

0 commit comments

Comments
 (0)