Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson…
Browse files Browse the repository at this point in the history
…-dataformat-yaml to v2.17.0
  • Loading branch information
renovate[bot] committed Mar 16, 2024
1 parent c29146d commit 870dc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
//jackson
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.2'

//fhir
Expand Down

0 comments on commit 870dc72

Please sign in to comment.