Skip to content

Commit d7ff059

Browse files
committed
chore: mockk bdd and dep updates
1 parent 476a40f commit d7ff059

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "2.6.5"
23+
bc-plugins = "2.6.6"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.18.1"
2626
kotlin-dokka = "2.0.0"
@@ -39,7 +39,7 @@ kotlinx-fuzz = "0.2.2"
3939
kotlinx-metadata = "0.9.0"
4040
kotlinx-reflect-lite = "1.2.0-RC"
4141
kotlin-lincheck = "3.1.1"
42-
kotlin-wrappers = "2025.7.10"
42+
kotlin-wrappers = "2025.7.11"
4343
kotlin-redacted = "1.14.1"
4444
kotlin-serviceloader = "0.0.19"
4545
kotlinx-multik = "0.2.3"
@@ -73,7 +73,7 @@ otel-instr = "2.18.1"
7373
otel-instr-alpha = "2.18.1-alpha"
7474
otel-semconv = "1.34.0"
7575
otel-contrib = "1.47.0-alpha"
76-
otel-kotlin = "0.2.2"
76+
otel-kotlin = "0.2.3"
7777
okio = "3.15.0"
7878
sslcontext-kickstart = "9.1.0"
7979
ksp-auto-service = "1.2.0"
@@ -92,9 +92,9 @@ sshj = "0.40.0"
9292
jsch = "2.27.2"
9393
pty4j = "0.13.10-1"
9494
oshi = "6.8.2"
95-
junit = "6.0.0-M1"
95+
junit = "6.0.0-M2"
9696
koin = "4.1.1-Beta1"
97-
koin-annotations = "2.1.1-Beta1"
97+
koin-annotations = "2.1.1-RC1"
9898
metro = "0.4.0"
9999
kotest = "6.0.0.M5"
100100
mockk = "1.14.5"
@@ -203,14 +203,14 @@ rwmutex = "1.0.0"
203203
bluesky-ozone = "0.3.3"
204204

205205
# Compose
206-
jetbrains-compose = "1.9.0-alpha03"
206+
jetbrains-compose = "1.9.0-beta01"
207207
jetbrains-compose-viewmodel = "2.9.1"
208-
jetbrains-compose-nav = "2.9.0-beta03"
209-
jetbrains-compose-adaptive = "1.2.0-alpha03"
208+
jetbrains-compose-nav = "2.9.0-beta04"
209+
jetbrains-compose-adaptive = "1.2.0-alpha04"
210210
jetbrains-compose-icons = "1.7.3"
211211
kobweb = "0.23.0"
212212
detekt = "1.23.8"
213-
detekt-compose-rules = "0.4.25"
213+
detekt-compose-rules = "0.4.26"
214214
compose-hotreload = "1.0.0-beta04"
215215
compose-icons = "1.1.1"
216216
compose-routing = "0.4.0"
@@ -529,6 +529,7 @@ koin-test = { module = "io.insert-koin:koin-test"
529529
koin-test-junit5 = { module = "io.insert-koin:koin-test-junit5" , version.ref = "koin"}
530530
koin-annotations = { module = "io.insert-koin:koin-annotations" , version.ref = "koin-annotations"}
531531
mockk = { module = "io.mockk:mockk" , version.ref = "mockk"}
532+
mockk-bdd = { module = "io.mockk:mockk-bdd" , version.ref = "mockk"}
532533
classgraph = { module = "io.github.classgraph:classgraph" , version.ref = "classgraph"}
533534
jctools-core = { module = "org.jctools:jctools-core" , version.ref = "jctools"}
534535
slf4j-api = { module = "org.slf4j:slf4j-api" , version.ref = "slf4j"}

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
@@ -253,5 +253,6 @@ dependencies {
253253
testImplementation(libs.kotlin.lincheck)
254254
testImplementation(libs.kotlinx.coroutines.test)
255255
testImplementation(libs.mockk)
256+
testImplementation(libs.mockk.bdd)
256257
// testImplementation(libs.slf4j.simple)
257258
}

0 commit comments

Comments
 (0)