Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("org.jetbrains.kotlin:kotlin-stdlib-common:$kotlinVersion")
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.0")
implementation("com.microsoft.azure.functions:azure-functions-java-library:3.2.2")
implementation("com.azure:azure-core:1.57.0")
implementation("com.azure:azure-core-http-netty:1.16.2")
Expand Down Expand Up @@ -977,7 +977,7 @@ dependencies {
// TODO: move this to a test dependency when CompareFhirData lives under src/test
implementation("com.flipkart.zjsonpatch:zjsonpatch:0.4.16")

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")

implementation("gov.nist:hl7-v2-validation:1.6.5") {
// These conflict with the javax.xml.transform package available in the base JDK and need to be excluded
Expand Down
Loading