|
1 | 1 | [versions] |
2 | 2 | java = "26" |
3 | | -kotlin = "2.3.0-RC" |
| 3 | +kotlin = "2.3.0-RC2" |
4 | 4 | kotlin-ksp = "2.3.3" |
5 | 5 | kotlin-jvmtarget = "21" |
6 | 6 | kotlin-dsl-jvmtarget = "21" |
@@ -38,7 +38,7 @@ kotlinx-fuzz = "0.2.2" |
38 | 38 | kotlinx-metadata = "0.9.0" |
39 | 39 | kotlinx-reflect-lite = "1.2.0-RC" |
40 | 40 | kotlin-lincheck = "3.3.2" |
41 | | -kotlin-wrappers = "2025.11.12" |
| 41 | +kotlin-wrappers = "2025.12.0" |
42 | 42 | kotlin-redacted = "1.15.1" |
43 | 43 | kotlin-serviceloader = "0.0.22" |
44 | 44 | kotlinx-multik = "0.2.3" |
@@ -69,7 +69,8 @@ webauthn4j = "0.30.1.RELEASE" |
69 | 69 | swagger-codegen = "3.0.75" |
70 | 70 | ktor-cohort = "2.8.0" |
71 | 71 | java-http = "1.4.0" |
72 | | -fusionauth-jwt = "5.3.3" |
| 72 | +fusionauth-jwt = "6.0.0" |
| 73 | +fusionauth-samlv2 = "1.1.2" |
73 | 74 | otel = "1.56.0" |
74 | 75 | otel-alpha = "1.56.0-alpha" |
75 | 76 | otel-instr = "2.22.0" |
@@ -104,7 +105,7 @@ metro = "0.4.0" |
104 | 105 | kotest = "6.0.7" |
105 | 106 | mockk = "1.14.6" |
106 | 107 | mokkery = "3.0.0" |
107 | | -wiremock = "4.0.0-beta.19" |
| 108 | +wiremock = "4.0.0-beta.20" |
108 | 109 | wiremock-kotlin = "2.1.1" |
109 | 110 | okhttp = "5.3.2" |
110 | 111 | slf4j = "2.1.0-alpha1" |
@@ -216,11 +217,11 @@ javelit = "0.75.0" |
216 | 217 | jwalker = "1.1.0" |
217 | 218 |
|
218 | 219 | # Compose |
219 | | -compose = "1.10.0-beta02" |
| 220 | +compose = "1.10.0-rc01" |
220 | 221 | compose-material3 = "1.10.0-alpha05" |
221 | | -compose-viewmodel = "2.10.0-alpha05" |
| 222 | +compose-viewmodel = "2.10.0-alpha06" |
222 | 223 | compose-nav = "2.9.1" |
223 | | -compose-nav3 = "1.0.0-alpha05" |
| 224 | +compose-nav3 = "1.0.0-alpha06" |
224 | 225 | compose-adaptive = "1.3.0-alpha02" |
225 | 226 | compose-icons = "1.7.3" |
226 | 227 | compose-fontawesome = "1.1.1" |
|
243 | 244 |
|
244 | 245 | # Plugin versions |
245 | 246 | benmanes = "0.53.0" |
246 | | -caupain = "1.7.0" |
| 247 | +caupain = "1.7.1" |
247 | 248 | foojay-resolver = "1.0.0" |
248 | 249 | gradle-develocity = "4.2.2" |
249 | 250 | nmcp = "1.3.0" |
@@ -431,6 +432,7 @@ ayza-for-pem = { module = "io.github.hakky54:ayza-for-pe |
431 | 432 | oshi-core = { module = "com.github.oshi:oshi-core-java25" , version.ref = "oshi"} |
432 | 433 | java-http = { module = "io.fusionauth:java-http" , version.ref = "java-http"} |
433 | 434 | fusionauth-jwt = { module = "io.fusionauth:fusionauth-jwt" , version.ref = "fusionauth-jwt"} |
| 435 | +fusionauth-samlv2 = { module = "io.fusionauth:fusionauth-samlv2" , version.ref = "fusionauth-samlv2"} |
434 | 436 | jackson-databind = { module = "tools.jackson.core:jackson-databind" , version.ref = "jackson"} |
435 | 437 | # airlift-aircompressor = { module = "io.airlift:aircompressor" , version.ref = "airlift-aircompressor"} |
436 | 438 | # airlift-security = { module = "io.airlift:security" , version.ref = "airlift-security"} |
|
0 commit comments