Skip to content

Commit 16a396e

Browse files
committed
chore: dep updates
1 parent e624c5e commit 16a396e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jsch = "2.27.6"
9797
pty4j = "0.13.11"
9898
oshi = "6.9.1"
9999
junit = "6.0.1"
100-
koin = "4.2.0-alpha1"
100+
koin = "4.2.0-alpha2"
101101
koin-annotations = "2.3.1"
102102
metro = "0.4.0"
103103
kotest = "6.0.4"
@@ -114,8 +114,8 @@ jmh = "1.37"
114114
mrjar = "0.1.1"
115115
ktfmt = "0.59"
116116
google-javaformat = "1.32.0"
117-
palantir-javaformat = "2.81.0"
118-
google-auto-value = "1.11.0"
117+
palantir-javaformat = "2.82.0"
118+
google-auto-value = "1.11.1"
119119
google-auto-service = "1.1.1"
120120
google-tink = "1.19.0"
121121
graalvm = "25.0.1"
@@ -210,7 +210,7 @@ voices = "0.0.8"
210210
onnx = "1.23.2"
211211
angus-mail = "2.1.0-M1"
212212
simplemail = "8.12.6"
213-
javelit = "0.67.0"
213+
javelit = "0.68.0"
214214

215215
# Compose
216216
compose = "1.10.0-beta01"
@@ -246,7 +246,7 @@ foojay-resolver = "1.0.0"
246246
gradle-develocity = "4.2.2"
247247
nmcp = "1.2.0"
248248
nexus-publish = "2.0.0"
249-
vanniktech-publish = "0.34.0"
249+
vanniktech-publish = "0.35.0"
250250
gradle-publish = "2.0.0"
251251
shadow = "9.2.2"
252252
spotless = "8.0.0"
@@ -258,7 +258,7 @@ sigstore = "2.0.0-rc2"
258258
reproducible-builds = "1.1"
259259
autonomousapps-depanalysis = "3.4.1"
260260
autonomousapps-bestpractices = "0.10"
261-
graalvm-nativeimage = "0.11.2"
261+
graalvm-nativeimage = "0.11.3"
262262
github-depgraph = "0.1.0"
263263
github-changelog = "2.2.0"
264264
buildkonfig = "0.17.1"
@@ -712,10 +712,11 @@ koog-executor-openai = { module = "ai.koog:prompt-executor-opena
712712
koog-features-eventhandler = { module = "ai.koog:agents-features-event-handler" , version.ref = "koog" }
713713
koog-ktor = { module = "ai.koog:koog-ktor" , version.ref = "koog"}
714714
voices-chorus = { module = "org.pitest.voices:chorus" , version.ref = "voices" }
715+
voices-alba = { module = "org.pitest.voices:alba" , version.ref = "voices" }
715716
voices-en-uk = { module = "org.pitest.voices:en_uk" , version.ref = "voices" }
716717
voices-en-us = { module = "org.pitest.voices:en_us" , version.ref = "voices" }
717718
voices-model-downloader = { module = "org.pitest.voices:model-downloader" , version.ref = "voices" }
718-
voices-alba = { module = "org.pitest.voices:alba" , version.ref = "voices" }
719+
voices-openvoice-phonemizer = { module = "org.pitest.voices:openvoice-phonemizer" , version.ref = "voices" }
719720
onnxruntime = { module = "com.microsoft.onnxruntime:onnxruntime" , version.ref = "onnx" }
720721
onnxruntime-gpu = { module = "com.microsoft.onnxruntime:onnxruntime_gpu" , version.ref = "onnx" }
721722

0 commit comments

Comments
 (0)