Skip to content

Commit 3759e8b

Browse files
committed
chore: dep updates
1 parent 999fa61 commit 3759e8b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
java = "26"
3-
kotlin = "2.3.0-RC"
3+
kotlin = "2.3.0-RC2"
44
kotlin-ksp = "2.3.3"
55
kotlin-jvmtarget = "25"
66
kotlin-dsl-jvmtarget = "21"
@@ -38,7 +38,7 @@ kotlinx-fuzz = "0.2.2"
3838
kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.2.0-RC"
4040
kotlin-lincheck = "3.3.2"
41-
kotlin-wrappers = "2025.11.12"
41+
kotlin-wrappers = "2025.12.0"
4242
kotlin-redacted = "1.15.1"
4343
kotlin-serviceloader = "0.0.22"
4444
kotlinx-multik = "0.2.3"
@@ -69,7 +69,8 @@ webauthn4j = "0.30.1.RELEASE"
6969
swagger-codegen = "3.0.75"
7070
ktor-cohort = "2.8.0"
7171
java-http = "1.4.0"
72-
fusionauth-jwt = "5.3.3"
72+
fusionauth-jwt = "6.0.0"
73+
fusionauth-samlv2 = "1.1.2"
7374
otel = "1.56.0"
7475
otel-alpha = "1.56.0-alpha"
7576
otel-instr = "2.22.0"
@@ -104,7 +105,7 @@ metro = "0.4.0"
104105
kotest = "6.0.7"
105106
mockk = "1.14.6"
106107
mokkery = "3.0.0"
107-
wiremock = "4.0.0-beta.19"
108+
wiremock = "4.0.0-beta.20"
108109
wiremock-kotlin = "2.1.1"
109110
okhttp = "5.3.2"
110111
slf4j = "2.1.0-alpha1"
@@ -216,11 +217,11 @@ javelit = "0.75.0"
216217
jwalker = "1.1.0"
217218

218219
# Compose
219-
compose = "1.10.0-beta02"
220+
compose = "1.10.0-rc01"
220221
compose-material3 = "1.10.0-alpha05"
221-
compose-viewmodel = "2.10.0-alpha05"
222+
compose-viewmodel = "2.10.0-alpha06"
222223
compose-nav = "2.9.1"
223-
compose-nav3 = "1.0.0-alpha05"
224+
compose-nav3 = "1.0.0-alpha06"
224225
compose-adaptive = "1.3.0-alpha02"
225226
compose-icons = "1.7.3"
226227
compose-fontawesome = "1.1.1"
@@ -243,7 +244,7 @@ swagger-style = "https://unpkg.com/[email protected]/them
243244

244245
# Plugin versions
245246
benmanes = "0.53.0"
246-
caupain = "1.7.0"
247+
caupain = "1.7.1"
247248
foojay-resolver = "1.0.0"
248249
gradle-develocity = "4.2.2"
249250
nmcp = "1.3.0"
@@ -431,6 +432,7 @@ ayza-for-pem = { module = "io.github.hakky54:ayza-for-pe
431432
oshi-core = { module = "com.github.oshi:oshi-core-java25" , version.ref = "oshi"}
432433
java-http = { module = "io.fusionauth:java-http" , version.ref = "java-http"}
433434
fusionauth-jwt = { module = "io.fusionauth:fusionauth-jwt" , version.ref = "fusionauth-jwt"}
435+
fusionauth-samlv2 = { module = "io.fusionauth:fusionauth-samlv2" , version.ref = "fusionauth-samlv2"}
434436
jackson-databind = { module = "tools.jackson.core:jackson-databind" , version.ref = "jackson"}
435437
# airlift-aircompressor = { module = "io.airlift:aircompressor" , version.ref = "airlift-aircompressor"}
436438
# airlift-security = { module = "io.airlift:security" , version.ref = "airlift-security"}

0 commit comments

Comments
 (0)