Skip to content

Update HAPI structures lib version to 6.0.1 #1616

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

Merged
merged 4 commits into from
Sep 23, 2022
Merged
Show file tree
Hide file tree
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 buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ object Dependencies {
const val desugarJdkLibs = "1.1.5"
const val fhirUcum = "1.0.3"
const val guava = "28.2-android"
const val hapiFhir = "5.4.0"
const val hapiFhir = "6.0.1"
const val http = "4.9.1"
// TODO: The next release of HAPI FHIR will hopefully have
// https://github.com/hapifhir/hapi-fhir/pull/3043 merged in. If it does, when we update, we
Expand Down Expand Up @@ -207,7 +207,7 @@ object Dependencies {

const val espresso = "3.4.0"
const val jacoco = "0.8.7"
const val junit = "4.12"
const val junit = "4.13.2"
const val mockitoKotlin = "3.2.0"
const val mockitoInline = "4.0.0"
const val robolectric = "4.7.3"
Expand Down
1 change: 1 addition & 0 deletions datacapture/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies {
androidTestImplementation(Dependencies.AndroidxTest.extJunitKtx)
androidTestImplementation(Dependencies.AndroidxTest.rules)
androidTestImplementation(Dependencies.AndroidxTest.runner)
androidTestImplementation(Dependencies.junit)
androidTestImplementation(Dependencies.truth)

api(Dependencies.HapiFhir.structuresR4)
Expand Down