Skip to content

Commit c36394e

Browse files
committed
chore: dep updates
1 parent 8a746b5 commit c36394e

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Gradle
2-
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC
2+
org.gradle.jvmargs=-Xmx4g --enable-native-access=ALL-UNNAMED
33
org.gradle.parallel=true
44
org.gradle.caching=true
55
org.gradle.daemon=true
@@ -18,7 +18,7 @@ org.gradle.kotlin.dsl.allWarningsAsErrors=true
1818

1919
## Kotlin
2020
kotlin.code.style=official
21-
kotlin.daemon.jvmargs=-Xmx4096m
21+
kotlin.daemon.jvmargs=-Xmx4096m --enable-native-access=ALL-UNNAMED
2222
kotlin.jvm.target.validation.mode=warning
2323
kotlin.build.report.output=build_scan
2424
kotlinx.atomicfu.enableJvmIrTransformation=true

gradle/libs.versions.toml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,16 @@ kotlinx-metadata = "0.9.0"
3636
kotlinx-reflect-lite = "1.1.0"
3737
kotlinx-bcv = "0.16.3"
3838
kotlin-dokka = "1.9.20"
39-
kotlin-wrappers = "1.0.0-pre.798"
39+
kotlin-wrappers = "1.0.0-pre.799"
4040
kotlin-redacted = "1.10.0"
4141
kotlinx-multik = "0.2.3"
4242
kotlinx-dataframe = "0.13.1"
4343
kotlinx-kandy = "0.5.0"
4444
evas = "1.0.0-RC"
45-
kopy = "0.6.0+2.0.20"
45+
kopy = "0.7.0+2.0.20"
46+
mappie = "0.7.0"
47+
akkurate = "0.9.0"
48+
konsist = "0.16.0"
4649
karakum = "1.0.0-alpha.40-K2"
4750
seskar = "3.20.0"
4851
spring-boot = "3.3.2"
@@ -88,7 +91,7 @@ ktfmt = "0.52"
8891
google-javaformat = "1.23.0"
8992
palantir-javaformat = "2.50.0"
9093
google-auto-service = "1.1.1"
91-
google-tink = "1.14.1"
94+
google-tink = "1.15.0"
9295
graalvm = "24.0.2"
9396
jspecify = "1.0.0"
9497
rsocket = "0.16.0"
@@ -113,7 +116,7 @@ java-keyring = "1.0.3"
113116
java-keychain = "1.1.0"
114117
webjars-xterm = "5.1.0"
115118
arrow-suspendapp = "0.4.1-alpha.5"
116-
exposed = "0.53.0"
119+
exposed = "0.54.0"
117120
postgresql = "42.7.4"
118121
hikariCP = "5.1.0"
119122
h2 = "2.3.232"
@@ -132,7 +135,6 @@ apache-commons-imaging = "1.0-alpha3"
132135
testcontainers = "1.20.1"
133136
sourceBuddy = "2.5.0"
134137
tcp-javanioproxy = "1.6"
135-
konsist = "0.15.1"
136138
kubernetes-client = "21.0.1"
137139
reflect-typeparamresolver = "1.0.2"
138140
reflect-typetools = "0.6.3"
@@ -186,26 +188,25 @@ spotless = "7.0.0.BETA2"
186188
semver-plugin = "0.7.0"
187189
tasktree = "4.0.0"
188190
sigstore = "1.0.0"
189-
autonomousapps-depanalysis = "2.0.0"
191+
autonomousapps-depanalysis = "2.0.1"
190192
autonomousapps-bestpractices = "0.10"
191193
graalvm-nativeimage = "0.10.2"
192194
github-depgraph = "0.1.0"
193195
github-changelog = "2.2.0"
194196
wire-plugin = "5.0.0"
195197
poko-plugin = "0.15.3"
196198
buildkonfig = "0.13.3"
197-
akkurate = "0.1.0"
198199
gmazzo-buildconfig = "3.1.0"
199200
cyclonedx-plugin = "1.8.0"
200-
modulegraph = "0.10.0"
201+
modulegraph = "0.10.1"
201202
cash-molecule = "1.4.3"
202203
npm-publish-plugin = "3.4.3"
203204
exposed-plugin = "0.2.1"
204205
jib-plugin = "3.4.3"
205206
jib-nativeimage-extn = "0.1.0"
206207
includegit-plugin = "0.1.6"
207208
kmp-hierarchy = "1.1"
208-
mappie = "0.7.0"
209+
209210

210211
[libraries]
211212
# External plugins for precompiled script plugins (build-logic)
@@ -296,7 +297,6 @@ kotlin-redacted-annotations = { module = "dev.zacsweers.redacted:redact
296297
kotlin-cryptography-core = { module = "dev.whyoleg.cryptography:cryptography-core" , version.ref = "kotlin-cryptography"}
297298
kotlin-cryptography-random = { module = "dev.whyoleg.cryptography:cryptography-random" , version.ref = "kotlin-cryptography"}
298299
kotlin-cryptography-webcrypto = { module = "dev.whyoleg.cryptography:cryptography-provider-webcrypto" , version.ref = "kotlin-cryptography"}
299-
evas = { module = "io.sellmair:evas" , version.ref = "evas"}
300300
jspecify = { module = "org.jspecify:jspecify" , version.ref = "jspecify"}
301301

302302
ktor-bom = { module = "io.ktor:ktor-bom" , version.ref = "ktor"}
@@ -355,6 +355,12 @@ kotlinx-rpc-transport-ktor-client = { module = "org.jetbrains.kotlinx:kotl
355355
kotlinx-rpc-transport-ktor-server = { module = "org.jetbrains.kotlinx:kotlinx-rpc-transport-ktor-server" , version.ref = "kotlinx-rpc"}
356356
kotlinx-rpc-runtime-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-rpc-runtime-serialization-json" , version.ref = "kotlinx-rpc"}
357357

358+
evas = { module = "io.sellmair:evas" , version.ref = "evas"}
359+
mappie-api = { module = "tech.mappie:mappie-api" , version.ref = "mappie" }
360+
konsist = { module = "com.lemonappdev:konsist" , version.ref = "konsist" }
361+
akkurate-core = { module = "dev.nesk.akkurate:akkurate-core" , version.ref = "akkurate"}
362+
akkurate-ksp-plugin = { module = "dev.nesk.akkurate:akkurate-ksp-plugin" , version.ref = "akkurate"}
363+
358364
okio-bom = { module = "com.squareup.okio:okio-bom" , version.ref = "okio"}
359365
okio = { module = "com.squareup.okio:okio" , version.ref = "okio"}
360366
okio-fakefilesystem = { module = "com.squareup.okio:okio-fakefilesystem" , version.ref = "okio"}
@@ -423,11 +429,6 @@ store5 = { module = "org.mobilenativefoundation.st
423429
parsus = { module = "me.alllex.parsus:parsus" , version.ref = "parsus" }
424430
cache4k = { module = "io.github.reactivecircus.cache4k:cache4k" , version.ref = "cache4k" }
425431

426-
mappie-api = { module = "tech.mappie:mappie-api" , version.ref = "mappie" }
427-
konsist = { module = "com.lemonappdev:konsist" , version.ref = "konsist" }
428-
akkurate-core = { module = "dev.nesk.akkurate:akkurate-core" , version.ref = "akkurate"}
429-
akkurate-ksp-plugin = { module = "dev.nesk.akkurate:akkurate-ksp-plugin" , version.ref = "akkurate"}
430-
431432
ajalt-mordant = { module = "com.github.ajalt.mordant:mordant" , version.ref = "ajalt-mordant"}
432433
ajalt-mordant-coroutines = { module = "com.github.ajalt.mordant:mordant-coroutines" , version.ref = "ajalt-mordant"}
433434
ajalt-colormath = { module = "com.github.ajalt.colormath:colormath" , version.ref = "ajalt-colormath"}

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
plugins.kotlin.mpp
77
plugins.publishing
88
alias(libs.plugins.mappie)
9-
// alias(libs.plugins.kopy)
9+
alias(libs.plugins.kopy)
1010
}
1111

1212
description = "Shared common module for all projects"

0 commit comments

Comments
 (0)