Skip to content

Commit

Permalink
Upgrade to Kotlin 2.0.21.
Browse files Browse the repository at this point in the history
Also upgraded ktor and nimbus libraries.
  • Loading branch information
Georgios DIMTSAS committed Dec 2, 2024
1 parent c9e18bc commit dc0b866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
coroutines = "1.7.3"
kotlin = "2.0.21"
coroutines = "1.9.0"
dependency-check = "10.0.3"
sonarqube = "5.1.0.4882"
kotlin = "1.9.21"
spotless = "6.25.0"
nimbus-sdk = "11.6"
ktor = "2.3.6"
jsoup = "1.18.1"
nimbus-sdk = "11.20.1"
ktor = "3.0.1"
jsoup = "1.18.3"
java = "17"
ktlint = "0.50.0"
dokka = "1.9.20"
maven-publish = "0.29.0"
logback = "1.5.6"
logback = "1.5.12"
binary-compatibility-validator = "0.16.3"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private fun HttpsUrl.metadataUrl(metadata: String, lookup: Lookup): Url {
return when (lookup) {
Lookup.BySpecification ->
URLBuilder(issuer).apply {
path("/${metadata.removePrefix("/").removeSuffix("/")}${issuer.pathSegments.joinToString("/")}")
path("/${metadata.removePrefix("/").removeSuffix("/")}${issuer.rawSegments.joinToString("/")}")
}.build()

Lookup.CommonDeviation ->
Expand Down

0 comments on commit dc0b866

Please sign in to comment.