We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9733a2 commit 823947dCopy full SHA for 823947d
build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation "ca.uhn.hapi.fhir:hapi-fhir-client:${hapiVersion}"
39
implementation "ca.uhn.hapi.fhir:org.hl7.fhir.r4:5.6.106"
40
implementation "ca.uhn.hapi.fhir:hapi-fhir-structures-r4:${hapiVersion}"
41
- implementation "com.h2database:h2:2.1.220"
+ implementation "com.h2database:h2:2.2.220"
42
implementation "org.postgresql:postgresql:42.5.0"
43
implementation "io.micrometer:micrometer-registry-prometheus:1.9.0"
44
implementation "io.micrometer:micrometer-core:1.9.0"
0 commit comments