Skip to content

Commit 999fa61

Browse files
committed
chore: dep updates
1 parent 60f8d8b commit 999fa61

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ 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"
@@ -65,7 +65,7 @@ decoroutinator = "2.5.8"
6565
spring-boot = "4.0.0"
6666
spring-depmgmt = "1.1.7"
6767
ktor = "3.3.3"
68-
webauthn4j = "0.30.0.RELEASE"
68+
webauthn4j = "0.30.1.RELEASE"
6969
swagger-codegen = "3.0.75"
7070
ktor-cohort = "2.8.0"
7171
java-http = "1.4.0"
@@ -101,7 +101,7 @@ junit = "6.1.0-M1"
101101
koin = "4.2.0-alpha3"
102102
koin-annotations = "2.3.2-Beta1"
103103
metro = "0.4.0"
104-
kotest = "6.0.5"
104+
kotest = "6.0.7"
105105
mockk = "1.14.6"
106106
mokkery = "3.0.0"
107107
wiremock = "4.0.0-beta.19"
@@ -153,7 +153,7 @@ micrometer = "1.16.0"
153153
swagger-ui = "5.17.14"
154154
hoplite = "3.0.0.RC1"
155155
config4k = "0.7.0"
156-
shedlock = "7.2.0"
156+
shedlock = "7.2.1"
157157
sherlock = "1.0.3"
158158
sqids = "0.1.0"
159159
tsid = "2.1.4"
@@ -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)