Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.yaml:snakeyaml from 1.33 to 2.0 in /prime-router #9426

Merged
merged 11 commits into from
May 31, 2023
Merged
2 changes: 1 addition & 1 deletion prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion")
implementation("com.github.javafaker:javafaker:1.0.2")
// Pin snakeyaml since it is getting included regardless of exclude attempts
implementation("org.yaml:snakeyaml:1.33")
implementation("org.yaml:snakeyaml:2.0")
implementation("io.github.linuxforhealth:hl7v2-fhir-converter:1.0.19")
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.4.0")
implementation("ca.uhn.hapi:hapi-base:2.3")
Expand Down