Skip to content

Commit

Permalink
Updated libraries (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
babisRoutis authored Dec 23, 2024
1 parent 664f26e commit 0e34f37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[versions]
coroutines = "1.9.0"
coroutines = "1.10.1"
kotlin = "2.0.20"
arrow = "1.2.4"
springboot = "3.3.4"
springDependencyManagement = "1.1.6"
springboot = "3.4.1"
springDependencyManagement = "1.1.7"
spotless = "6.25.0"
java = "17"
kotlinxSerialization = "1.7.3"
ktlint = "0.50.0"
nimbusJoseJwt = "9.41.2"
nimbusJoseJwt = "9.48"
nimbusOAuth2 = "11.20"
eudiSdJwt = "0.10.0"
bouncyCastle = "1.78.1"
dependencyCheck = "10.0.4"
bouncyCastle = "1.79"
dependencyCheck = "11.1.1"
sonarqube = "5.1.0.4882"
bootstrap = "5.3.3"
jacoco = "0.8.11"
multiformat = "1.1.0"
resultMonad = "1.4.0"
keycloak = "26.0.2"
waltid = "0.8.0"
waltid = "0.10.0"
uri-kmp = "0.0.18"
zxing = "3.5.3"
tink = "1.15.0"
tink = "1.16.0"

[libraries]
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ private fun <T> Environment.readNonEmptySet(key: String, f: (String) -> T?): Non

private fun HttpsUrl.appendPath(path: String): HttpsUrl =
HttpsUrl.unsafe(
UriComponentsBuilder.fromHttpUrl(externalForm)
UriComponentsBuilder.fromUriString(externalForm)
.path(path)
.build()
.toUriString(),
Expand Down

0 comments on commit 0e34f37

Please sign in to comment.