diff --git a/build.gradle.kts b/build.gradle.kts index d8b14cd..870cd91 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { implementation(libs.waltid.mdoc.credentials) { because("To sign CBOR credentials") } - implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0") { + implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1") { because("required by walt.id") } implementation("com.augustcellars.cose:cose-java:1.1.0") { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 41dad73..3c91f54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,25 +1,25 @@ [versions] -coroutines = "1.8.1" -kotlin = "2.0.0" +coroutines = "1.9.0" +kotlin = "2.0.20" arrow = "1.2.4" -springboot = "3.3.1" -springDependencyManagement = "1.1.5" +springboot = "3.3.4" +springDependencyManagement = "1.1.6" spotless = "6.25.0" java = "17" -kotlinxSerialization = "1.7.1" +kotlinxSerialization = "1.7.3" ktlint = "0.50.0" -nimbusJoseJwt = "9.40" -nimbusOAuth2 = "11.13" +nimbusJoseJwt = "9.41.2" +nimbusOAuth2 = "11.20" eudiSdJwt = "0.6.1" bouncyCastle = "1.78.1" -dependencyCheck = "10.0.3" -sonarqube = "5.0.0.4638" +dependencyCheck = "10.0.4" +sonarqube = "5.1.0.4882" bootstrap = "5.3.3" jacoco = "0.8.11" multiformat = "1.1.0" resultMonad = "1.4.0" -keycloak = "25.0.1" -waltid = "0.6.0" +keycloak = "26.0.0" +waltid = "0.8.0" uri-kmp = "0.0.18" zxing = "3.5.3"