Skip to content

Commit 39aa881

Browse files
committed
chore: dep updates
1 parent 1912632 commit 39aa881

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ ktor = "3.2.3"
6767
swagger-codegen = "3.0.72"
6868
ktor-cohort = "2.8.0"
6969
fusionauth-http = "0.4.0-RC.4"
70-
otel = "1.53.0"
71-
otel-alpha = "1.53.0-alpha"
70+
otel = "1.54.0"
71+
otel-alpha = "1.54.0-alpha"
7272
otel-instr = "2.19.0"
7373
otel-instr-alpha = "2.19.0-alpha"
7474
otel-semconv = "1.37.0"
@@ -113,6 +113,7 @@ mrjar = "0.1.1"
113113
ktfmt = "0.58"
114114
google-javaformat = "1.28.0"
115115
palantir-javaformat = "2.73.0"
116+
google-auto-value = "1.11.0"
116117
google-auto-service = "1.1.1"
117118
google-tink = "1.18.0"
118119
graalvm = "24.2.2"
@@ -523,6 +524,8 @@ graal-polyglot = { module = "org.graalvm.polyglot:polyglot
523524
graal-wasm = { module = "org.graalvm.polyglot:wasm" , version.ref = "graalvm"}
524525
google-auto-service-apt = { module = "com.google.auto.service:auto-service" , version.ref = "google-auto-service"}
525526
google-auto-annotations = { module = "com.google.auto.service:auto-service-annotations" , version.ref = "google-auto-service"}
527+
google-auto-value-apt = { module = "com.google.auto.value:auto-value" , version.ref = "google-auto-value"}
528+
google-auto-value-annotations = { module = "com.google.auto.value:auto-value-annotations" , version.ref = "google-auto-value"}
526529
google-tink = { module = "com.google.crypto.tink:tink" , version.ref = "google-tink"}
527530
ksp-auto-service = { module = "dev.zacsweers.autoservice:auto-service-ksp" , version.ref = "ksp-auto-service"}
528531
sweetspi-runtime = { module = "dev.whyoleg.sweetspi:sweetspi-runtime" , version.ref = "sweetspi"}

0 commit comments

Comments
 (0)