Skip to content

Commit 8778784

Browse files
committed
chore: plugin 2.15.0 update to fix dep resolution and npm package files
1 parent 8d5b53a commit 8778784

File tree

4 files changed

+23
-28
lines changed

4 files changed

+23
-28
lines changed

backend/jvm/build.gradle.kts

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -251,17 +251,12 @@ dependencies {
251251
// }
252252
}
253253

254-
// Remove slf4j simple provider from tests
255-
// configurations.testImplementation {
256-
// exclude(module = libs.slf4j.simple.get().module.toString())
257-
// }
258-
259254
// JS build output files.
260255
// tasks.named(jsWebpack).get().outputs.files
261256

262-
configurations.all {
263-
resolutionStrategy {
264-
force("org.bouncycastle:bcutil-jdk18on:${libs.versions.bc.asProvider().get()}")
265-
force("org.bouncycastle:bcprov-jdk18on:${libs.versions.bc.asProvider().get()}")
266-
}
267-
}
257+
// configurations.all {
258+
// resolutionStrategy {
259+
// force("org.bouncycastle:bcutil-jdk18on:${libs.versions.bc.asProvider().get()}")
260+
// force("org.bouncycastle:bcprov-jdk18on:${libs.versions.bc.asProvider().get()}")
261+
// }
262+
// }

kotlin-js-store/package-lock.json renamed to gradle/kotlin-js-store/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kotlin-js-store/wasm/package-lock.json renamed to gradle/kotlin-js-store/wasm/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 3 additions & 3 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.14.0"
23+
bc-plugins = "2.15.0"
2424
kotlinx-kover = "0.9.2"
2525
kotlin-dokka = "2.1.0-Beta"
2626
kotlinx-io = "0.8.0"
@@ -37,7 +37,7 @@ kotlinx-benchmark = "0.4.14"
3737
kotlinx-fuzz = "0.2.2"
3838
kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.2.0-RC"
40-
kotlin-lincheck = "3.3"
40+
kotlin-lincheck = "3.3.2"
4141
kotlin-wrappers = "2025.10.4"
4242
kotlin-redacted = "1.15.0"
4343
kotlin-serviceloader = "0.0.21"
@@ -85,7 +85,7 @@ ajalt-mordant = "3.0.2"
8585
ajalt-clikt = "5.0.3"
8686
ajalt-colormath = "3.6.1"
8787
jline = "3.30.6"
88-
classgraph = "4.8.181"
88+
classgraph = "4.8.184"
8989
cache4k = "0.14.0"
9090
intellij-markdown = "0.7.3"
9191
jgit = "7.4.0.202509020913-r"

0 commit comments

Comments
 (0)