Skip to content

Commit 50950f1

Browse files
committed
chore: fix build-logic dependency
1 parent a7333cb commit 50950f1

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ org.gradle.kotlin.dsl.allWarningsAsErrors=true
1818
kotlin.code.style=official
1919
kotlin.daemon.jvmargs=-Xmx4096m --enable-native-access=ALL-UNNAMED
2020
kotlin.jvm.target.validation.mode=warning
21-
kotlin.build.report.output=build_scan
2221
kotlinx.atomicfu.enableJvmIrTransformation=true
2322
kotlinx.atomicfu.enableNativeIrTransformation=true
2423
kotlinx.atomicfu.enableJsIrTransformation=true
24+
# kotlin.build.report.output=build_scan
25+
# kotlin.experimental.tryNext=true
2526

2627
## Kotlin/JS
2728
kotlin.js.yarn=false

gradle/build-logic/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ kotlin {
4141
"kotlinx.serialization.ExperimentalSerializationApi",
4242
"org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi",
4343
"org.jetbrains.kotlin.gradle.ExperimentalWasmDsl",
44-
"org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalDistributionDsl",
45-
"org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalDceDsl")
44+
"org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalDistributionDsl")
4645
}
4746
}
4847

@@ -136,8 +135,6 @@ jte {
136135
}
137136

138137
dependencies {
139-
implementation(platform(libs.kotlin.bom))
140-
implementation(libs.kotlin.stdlib)
141138
implementation(libs.kotlinx.coroutines.core)
142139
implementation(libs.kotlinx.datetime)
143140
implementation(libs.kotlinx.serialization.json)

gradle/libs.versions.toml

Lines changed: 9 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 = "1.28.0"
23+
bc-plugins = "1.29.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"
@@ -39,11 +39,11 @@ kotlinx-benchmark = "0.4.13"
3939
kotlinx-fuzz = "0.2.2"
4040
kotlinx-metadata = "0.9.0"
4141
kotlinx-reflect-lite = "1.1.0"
42-
kotlin-wrappers = "2025.4.10"
42+
kotlin-wrappers = "2025.4.11"
4343
kotlin-redacted = "1.13.0"
4444
kotlin-serviceloader = "0.0.15"
4545
kotlinx-multik = "0.2.3"
46-
kotlinx-dataframe = "1.0.0-dev-6624"
46+
kotlinx-dataframe = "1.0.0-dev-6631"
4747
kotlinx-kandy = "0.8.0"
4848
kotlin-statistics = "0.4.0-RC1"
4949
evas = "1.2.0"
@@ -84,10 +84,10 @@ jimfs = "1.3.0"
8484
sshj = "0.39.0"
8585
jsch = "0.2.25"
8686
pty4j = "0.13.4"
87-
oshi = "6.8.0"
87+
oshi = "6.8.1"
8888
junit = "5.13.0-M2"
8989
koin = "4.1.0-Beta7"
90-
koin-annotations = "2.0.0"
90+
koin-annotations = "2.0.1-Beta1"
9191
metro = "0.1.2"
9292
kotest = "6.0.0.M3"
9393
mockk = "1.14.0"
@@ -106,7 +106,7 @@ google-javaformat = "1.26.0"
106106
palantir-javaformat = "2.63.0"
107107
google-auto-service = "1.1.1"
108108
google-tink = "1.17.0"
109-
graalvm = "24.2.0"
109+
graalvm = "24.2.1"
110110
jspecify = "1.0.0"
111111
rsocket = "0.20.0"
112112
jctools = "4.0.5"
@@ -140,7 +140,7 @@ exposed = "0.61.0"
140140
postgresql = "42.7.5"
141141
hikariCP = "6.3.0"
142142
h2 = "2.3.232"
143-
micrometer = "1.14.5"
143+
micrometer = "1.14.6"
144144
swagger-ui = "5.17.14"
145145
hoplite = "2.9.0"
146146
config4k = "0.7.0"
@@ -162,7 +162,7 @@ async-profiler = "3.0"
162162
ap-loader-all = "3.0-9"
163163
openjdk-jmc = "9.1.0"
164164
airlift-aircompressor = "2.0.2"
165-
airlift-security = "330"
165+
airlift-security = "331"
166166
directory-keystore = "1.1.1"
167167
maven-mima = "3.0.0-alpha-3"
168168
maven-archeologist = "0.0.10"
@@ -229,7 +229,7 @@ kmpmt = "0.1.1"
229229
tasktree = "4.0.1"
230230
sigstore = "1.3.0"
231231
reproducible-builds = "1.0"
232-
autonomousapps-depanalysis = "2.14.0"
232+
autonomousapps-depanalysis = "2.16.0"
233233
autonomousapps-bestpractices = "0.10"
234234
graalvm-nativeimage = "0.10.6"
235235
github-depgraph = "0.1.0"

0 commit comments

Comments
 (0)