Skip to content

Commit 5d5717f

Browse files
committed
chore: dep updates and misc changes
1 parent a0af964 commit 5d5717f

File tree

6 files changed

+14
-31
lines changed

6 files changed

+14
-31
lines changed

backend/jvm/src/main/resources/otel/sdk-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# The file format version.
3636
# The yaml format is documented at
3737
# https://github.com/open-telemetry/opentelemetry-configuration/tree/main/schema
38-
file_format: "0.4"
38+
file_format: "1.0-rc.1"
3939
# Configure if the SDK is disabled or not.
4040
# If omitted or null, false is used.
4141
disabled: ${OTEL_SDK_DISABLED:-false}

compose/cmp/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ kotlin {
3939
implementation(libs.compose.material3.adaptive)
4040
implementation(libs.compose.material3.adaptive.layout)
4141
implementation(libs.compose.material3.adaptive.nav)
42-
implementation(libs.compose.material3.windowsize)
4342
implementation(libs.compose.material.icons.core)
4443
implementation(libs.compose.kottie)
4544

compose/cmp/src/commonMain/kotlin/ui/misc/Window.kt

Lines changed: 0 additions & 19 deletions
This file was deleted.

gradle/build-logic/src/main/kotlin/common/Multiplatform.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ fun KotlinMultiplatformExtension.jvmTarget(project: Project) =
134134
api(project.dependencies.platform(libs.testcontainers.bom))
135135
api(kotlin("test-junit5"))
136136
api(libs.mockk)
137+
api(libs.mockk.bdd)
137138
api(libs.slf4j.simple)
138139
api(libs.testcontainers.junit5)
139140
api(libs.testcontainers.postgresql)

gradle/build-logic/src/main/kotlin/dev.suresh.plugin.kotlin.jvm.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,5 +257,6 @@ dependencies {
257257
testImplementation(libs.kotlin.lincheck)
258258
testImplementation(libs.kotlinx.coroutines.test)
259259
testImplementation(libs.mockk)
260+
testImplementation(libs.mockk.bdd)
260261
// testImplementation(libs.slf4j.simple)
261262
}

gradle/libs.versions.toml

Lines changed: 11 additions & 10 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"
@@ -61,7 +61,7 @@ akkurate = "0.11.0"
6161
kaml = "0.85.0"
6262
snakeyaml-engine-kmp = "3.1.1"
6363
konsist = "0.17.3"
64-
decoroutinator = "2.5.4"
64+
decoroutinator = "2.5.5"
6565
spring-boot = "3.5.3"
6666
spring-depmgmt = "1.1.7"
6767
ktor = "3.2.2"
@@ -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"}

0 commit comments

Comments
 (0)