File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ object Dependencies {
177
177
const val desugarJdkLibs = " 1.1.5"
178
178
const val fhirUcum = " 1.0.3"
179
179
const val guava = " 28.2-android"
180
- const val hapiFhir = " 5.4.0 "
180
+ const val hapiFhir = " 6.0.1 "
181
181
const val http = " 4.9.1"
182
182
// TODO: The next release of HAPI FHIR will hopefully have
183
183
// https://github.com/hapifhir/hapi-fhir/pull/3043 merged in. If it does, when we update, we
@@ -207,7 +207,7 @@ object Dependencies {
207
207
208
208
const val espresso = " 3.4.0"
209
209
const val jacoco = " 0.8.7"
210
- const val junit = " 4.12 "
210
+ const val junit = " 4.13.2 "
211
211
const val mockitoKotlin = " 3.2.0"
212
212
const val mockitoInline = " 4.0.0"
213
213
const val robolectric = " 4.7.3"
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ dependencies {
54
54
androidTestImplementation(Dependencies .AndroidxTest .extJunitKtx)
55
55
androidTestImplementation(Dependencies .AndroidxTest .rules)
56
56
androidTestImplementation(Dependencies .AndroidxTest .runner)
57
+ androidTestImplementation(Dependencies .junit)
57
58
androidTestImplementation(Dependencies .truth)
58
59
59
60
api(Dependencies .HapiFhir .structuresR4)
You can’t perform that action at this time.
0 commit comments