Skip to content

Commit d5435a4

Browse files
authored
Update HAPI structures lib version to 6.0.1 (#1616)
* 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
1 parent 7c964fa commit d5435a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ object Dependencies {
177177
const val desugarJdkLibs = "1.1.5"
178178
const val fhirUcum = "1.0.3"
179179
const val guava = "28.2-android"
180-
const val hapiFhir = "5.4.0"
180+
const val hapiFhir = "6.0.1"
181181
const val http = "4.9.1"
182182
// TODO: The next release of HAPI FHIR will hopefully have
183183
// https://github.com/hapifhir/hapi-fhir/pull/3043 merged in. If it does, when we update, we
@@ -207,7 +207,7 @@ object Dependencies {
207207

208208
const val espresso = "3.4.0"
209209
const val jacoco = "0.8.7"
210-
const val junit = "4.12"
210+
const val junit = "4.13.2"
211211
const val mockitoKotlin = "3.2.0"
212212
const val mockitoInline = "4.0.0"
213213
const val robolectric = "4.7.3"

datacapture/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ dependencies {
5454
androidTestImplementation(Dependencies.AndroidxTest.extJunitKtx)
5555
androidTestImplementation(Dependencies.AndroidxTest.rules)
5656
androidTestImplementation(Dependencies.AndroidxTest.runner)
57+
androidTestImplementation(Dependencies.junit)
5758
androidTestImplementation(Dependencies.truth)
5859

5960
api(Dependencies.HapiFhir.structuresR4)

0 commit comments

Comments
 (0)