diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 6986248602..7425036904 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -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 @@ -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" diff --git a/datacapture/build.gradle.kts b/datacapture/build.gradle.kts index 38aca899c1..d890da9bf5 100644 --- a/datacapture/build.gradle.kts +++ b/datacapture/build.gradle.kts @@ -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)