Skip to content

Commit 8dac0ff

Browse files
committed
chore: dep updates
1 parent 46f169e commit 8dac0ff

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ kotlin-wrappers = "2025.11.12"
4242
kotlin-redacted = "1.15.1"
4343
kotlin-serviceloader = "0.0.22"
4444
kotlinx-multik = "0.2.3"
45-
kotlinx-dataframe = "1.0.0-dev-8950"
45+
kotlinx-dataframe = "1.0.0-Beta3"
4646
kotlinx-kandy = "0.9.0-dev-86"
4747
kotlin-statistics = "0.4.0-RC1"
4848
kotlin-base32 = "1.0.0"
4949
gradle-kotlin-dsl = "6.4.2"
50-
exoquery-plugin = "2.2.20-2.0.0.PL.RC2"
51-
exoquery-sql = "2.0.0.PL.RC2"
50+
exoquery-plugin = "2.2.20-2.0.0.PL.RC3"
51+
exoquery-sql = "2.0.0.PL.RC3"
5252
exposed = "1.0.0-rc-4"
5353
postgresql = "42.7.8"
5454
embedded-postgres = "2.2.0"
@@ -164,7 +164,7 @@ apache-commons-imaging = "1.0.0-alpha6"
164164
testcontainers = "2.0.2"
165165
sourceBuddy = "2.5.3"
166166
tcp-javanioproxy = "1.6"
167-
kubernetes-client = "25.0.0-legacy"
167+
kubernetes-client = "25.0.0"
168168
reflect-typeparamresolver = "1.0.3"
169169
reflect-typetools = "0.6.3"
170170
async-profiler = "4.2"
@@ -203,6 +203,7 @@ weh-bindings = "0.6.0"
203203
wasm2class = "0.5.0"
204204
zerofs = "0.1.0"
205205
quickjs4j = "0.0.4"
206+
protobuf4j = "0.0.1"
206207
log4k = "1.1.2"
207208
rwmutex = "1.0.0"
208209
bluesky-ozone = "0.3.3"
@@ -225,7 +226,7 @@ compose-icons = "1.7.3"
225226
compose-fontawesome = "1.1.1"
226227
kobweb = "0.23.3"
227228
detekt = "2.0.0-alpha.1"
228-
detekt-compose-rules = "0.4.28"
229+
detekt-compose-rules = "0.5.0-alpha1"
229230
antdesign = "1.0.0"
230231
compose-fluent = "0.1.0"
231232
kottie = "2.2.0"
@@ -698,6 +699,8 @@ weh-chasm-emscripten = { module = "at.released.weh:bindings-chas
698699
weh-chicory-wasip1 = { module = "at.released.weh:bindings-chicory-wasip1" , version.ref = "weh-bindings" }
699700
weh-chicory-emscripten = { module = "at.released.weh:bindings-chicory-emscripten" , version.ref = "weh-bindings" }
700701
zerofs = { module = "io.roastedroot:zerofs" , version.ref = "zerofs" }
702+
protobuf4j-v3 = { module = "io.roastedroot:protobuf4j-v3" , version.ref = "protobuf4j" }
703+
protobuf4j-v4 = { module = "io.roastedroot:protobuf4j-v4" , version.ref = "protobuf4j" }
701704

702705
# AI/ML
703706
langchain4j = { module = "dev.langchain4j:langchain4j" , version.ref = "langchain4j" }

0 commit comments

Comments
 (0)