Skip to content

Commit

Permalink
Update HAPI structures lib version to 6.0.1 (#1616)
Browse files Browse the repository at this point in the history
* Update HAPI structures lib version to 6.0.1

* Also upgrade junit to 4.13.2

* Add junit dependency to android test in the data capture module
  • Loading branch information
jingtang10 committed Sep 23, 2022
1 parent 7c964fa commit d5435a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit d5435a4

Please sign in to comment.