Skip to content

Commit aa25da3

Browse files
committed
chore: dep updates
1 parent 8a3816f commit aa25da3

File tree

7 files changed

+41
-31
lines changed

7 files changed

+41
-31
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: 🏗️ Gradle Build & Run
110110
id: gradle-build
111111
run: |
112-
./gradlew buildAndPublish --no-daemon
112+
./gradlew buildAndPublish --no-configuration-cache
113113
# echo "dist_path=../jvm-all.jar" >> "$GITHUB_OUTPUT"
114114
# echo "NAME=VAL" >> $GITHUB_ENV
115115
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
119119
-p 4318:4318 \
120120
--name hyperdx \
121121
--ulimit nofile=262144:262144 \
122-
docker.hyperdx.io/hyperdx/hyperdx-local:2-beta
122+
hyperdx/hyperdx-local:2-beta
123123
$ open http://localhost:8081/search
124124

125125
# Run the app

compose/cmp/build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ compose {
119119
iconFile = layout.projectDirectory.file("src/assets/icons/mac.icns")
120120

121121
notarization {
122-
appleID = "[email protected]"
123-
password = "@keychain:NOTARIZATION_PASSWORD"
122+
val providers = project.providers
123+
appleID.set(providers.environmentVariable("NOTARIZATION_APPLE_ID"))
124+
password.set(providers.environmentVariable("NOTARIZATION_PASSWORD"))
125+
teamID.set(providers.environmentVariable("NOTARIZATION_TEAM_ID"))
124126
}
125127
}
126128

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ org.gradle.jvmargs=-Xmx6g --enable-native-access=ALL-UNNAMED
33
org.gradle.parallel=true
44
org.gradle.caching=true
55
org.gradle.configureondemand=true
6-
org.gradle.configuration-cache=true
6+
org.gradle.configuration-cache=false
7+
org.gradle.configuration-cache.parallel=true
78
org.gradle.configuration-cache.problems=warn
89
org.gradle.kotlin.dsl.allWarningsAsErrors=true
910
org.gradle.unsafe.isolated-projects=false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ fun KotlinSourceSet.ksp(dependencyNotation: Any) {
602602
}
603603

604604
/** Returns the path of the dependency jar in the runtime classpath. */
605-
fun Project.depPathOf(dep: ExternalDependency): Provider<String?> =
605+
fun Project.depPathOf(dep: ExternalDependency): Provider<String> =
606606
configurations
607607
.named("runtimeClasspath")
608608
.flatMap { it.incoming.artifacts.resolvedArtifacts }

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

Lines changed: 13 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: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "1.43.0"
23+
bc-plugins = "2.2.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"
2727
kotlinx-io = "0.7.0"
28-
kotlinx-atomicfu = "0.27.0"
28+
kotlinx-atomicfu = "0.28.0-beta"
2929
kotlinx-coroutines = "1.10.2"
3030
kotlinx-datetime = "0.6.2"
3131
kotlinx-datetime-zoneinfo = "2025a-spi.0.6.2"
@@ -39,16 +39,16 @@ kotlinx-benchmark = "0.4.14"
3939
kotlinx-fuzz = "0.2.2"
4040
kotlinx-metadata = "0.9.0"
4141
kotlinx-reflect-lite = "1.2.0-RC"
42-
kotlin-wrappers = "2025.5.8"
42+
kotlin-wrappers = "2025.5.10"
4343
kotlin-redacted = "1.14.0-alpha01"
4444
kotlin-serviceloader = "0.0.16"
4545
kotlinx-multik = "0.2.3"
4646
kotlinx-dataframe = "1.0.0-Beta2"
4747
kotlinx-kandy = "0.8.0"
4848
kotlin-statistics = "0.4.0-RC1"
4949
gradle-kotlin-dsl = "6.1.2"
50-
exoquery-plugin = "2.1.20-1.3.0.PL"
51-
exoquery-sql = "1.3.0.PL-1.3.0"
50+
exoquery-plugin = "2.1.20-1.3.2.PL"
51+
exoquery-sql = "1.3.2.PL-1.3.2"
5252
exposed = "1.0.0-beta-2"
5353
postgresql = "42.7.6"
5454
embedded-postgres = "2.1.0"
@@ -58,7 +58,7 @@ kopy = "0.15.0+2.1.20"
5858
poko = "0.18.7"
5959
mappie = "2.1.21-1.3.0"
6060
akkurate = "0.11.0"
61-
kaml = "0.78.0"
61+
kaml = "0.80.1"
6262
snakeyaml-engine-kmp = "3.1.1"
6363
konsist = "0.17.3"
6464
decoroutinator = "2.5.3"
@@ -91,17 +91,17 @@ jte = "3.2.1"
9191
sshj = "0.40.0"
9292
jsch = "2.27.0"
9393
pty4j = "0.13.5"
94-
oshi = "6.8.1"
95-
junit = "5.13.0-RC1"
94+
oshi = "6.8.2"
95+
junit = "5.13.0"
9696
koin = "4.1.0-RC1"
9797
koin-annotations = "2.0.1-RC1"
98-
metro = "0.3.4"
98+
metro = "0.3.5"
9999
kotest = "6.0.0.M4"
100100
mockk = "1.14.2"
101101
mokkery = "2.8.0"
102102
wiremock = "4.0.0-beta.9"
103103
wiremock-kotlin = "2.1.1"
104-
okhttp = "5.0.0-alpha.15"
104+
okhttp = "5.0.0-alpha.16"
105105
slf4j = "2.1.0-alpha1"
106106
logback = "1.5.18"
107107
logback-tyler = "1.0.2"
@@ -150,15 +150,15 @@ micrometer = "1.15.0"
150150
swagger-ui = "5.17.14"
151151
hoplite = "2.9.0"
152152
config4k = "0.7.0"
153-
shedlock = "6.7.0"
153+
shedlock = "6.8.0"
154154
sherlock = "1.0.3"
155155
sqids = "0.1.0"
156156
tsid = "2.1.4"
157157
expiringmap = "0.5.11"
158158
otp = "2.1.0"
159159
password4j = "1.8.3"
160160
apache-commons-imaging = "1.0.0-alpha6"
161-
testcontainers = "1.21.0"
161+
testcontainers = "1.21.1"
162162
sourceBuddy = "2.5.3"
163163
tcp-javanioproxy = "1.6"
164164
kubernetes-client = "24.0.0"
@@ -191,7 +191,7 @@ koog = "0.1.0"
191191
mcp4k = "0.4.0"
192192
dflib = "2.0.0-M2"
193193
ldaptive = "2.4.1"
194-
chicory = "1.3.0"
194+
chicory = "1.4.0"
195195
weh-bindings = "0.5"
196196
wasm2class = "0.3"
197197
zerofs = "0.1.0"
@@ -236,7 +236,7 @@ gradle-publish = "1.3.1"
236236
shadow = "9.0.0-beta15"
237237
spotless = "7.0.4"
238238
semver-plugin = "0.8.0"
239-
gratatouille = "0.0.8"
239+
gratatouille = "0.0.9"
240240
vercraft = "0.6.0"
241241
kmpmt = "0.1.1"
242242
tasktree = "4.0.1"
@@ -261,6 +261,7 @@ animalsniffer = "2.0.1"
261261
badass-runtime = "1.13.1-patch-1"
262262
badass-jlink = "3.1.0"
263263
jlink-jib = "0.4.1"
264+
jextract = "0.5.0"
264265
maven-plugin-api = "4.0.0-rc-3"
265266
maven-plugin-annotations = "3.15.1"
266267
gradlex-maven-plugin = "1.0.3"
@@ -642,10 +643,10 @@ rwmutex = { module = "com.mayakapps.rwmutex:rwmutex
642643
kmbed-runtime = { module = "io.karma.kmbed:kmbed-runtime" , version.ref = "kmbed" }
643644

644645
# Wasm
645-
chicory = { module = "com.dylibso.chicory:runtime" , version.ref = "chicory" }
646646
chicory-bom = { module = "com.dylibso.chicory:bom" , version.ref = "chicory" }
647-
chicory-aot = { module = "com.dylibso.chicory:aot-experimental" , version.ref = "chicory" }
648-
chicory-hostmodule-annproc = { module = "com.dylibso.chicory:host-module-annotations-experimental" , version.ref = "chicory" }
647+
chicory-runtime = { module = "com.dylibso.chicory:runtime" , version.ref = "chicory" }
648+
chicory-compiler = { module = "com.dylibso.chicory:compiler" , version.ref = "chicory" }
649+
chicory-annotations = { module = "com.dylibso.chicory:annotations" , version.ref = "chicory" }
649650
chicory-wasi = { module = "com.dylibso.chicory:wasi" , version.ref = "chicory" }
650651
chicory-simd = { module = "com.dylibso.chicory:simd" , version.ref = "chicory" }
651652
chasm = { module = "io.github.charlietap.chasm:chasm" , version.ref = "chasm" }
@@ -762,6 +763,7 @@ kmbed-plugin = { id = "io.karma.kmbed.kmbed-gradle-plugi
762763
badass-jlink = { id = "com.dua3.gradle.jlink" , version.ref = "badass-jlink" }
763764
badass-runtime = { id = "com.dua3.gradle.runtime" , version.ref = "badass-runtime" }
764765
jlink-jib = { id = "com.ryandens.jlink-jib" , version.ref = "jlink-jib" }
766+
jextract = { id = "de.infolektuell.jextract" , version.ref = "jextract" }
765767
gradlex-maven-plugin = { id = "org.gradlex.maven-plugin-development" , version.ref = "gradlex-maven-plugin" }
766768
typesafe-conventions = { id = "dev.panuszewski.typesafe-conventions" , version.ref = "typesafe-conventions" }
767769
wasm2class = { id = "at.released.wasm2class.plugin" , version.ref = "wasm2class" }

0 commit comments

Comments
 (0)