summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-12-16 01:02:13 +0100
committerPaul-Christian Volkmer2025-12-16 01:03:47 +0100
commit6cfb84770832a3e6cfb209c783a9fda52c5c9141 (patch)
treee3d375b34360a990ad4f516cf56914960c01de9f /build.gradle.kts
parenta7384733dddd5fb822c53c1d31517d4a342f5dc6 (diff)
deps!: update dto lib to version 0.2.0 (#226)
This release is for use with DNPM:DIP (api-gateway) Version >= 1.2.3 and uses patients birthDay and date of death in format 'yyyy-MM' (without day) with fallback to accept old format 'yyyy-MM-dd'.
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 7a7ce8b..234dc02 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -21,7 +21,7 @@ group = "dev.dnpm"
version = "0.12.6" // x-release-please-version
var versions = mapOf(
- "mtb-dto" to "0.1.2",
+ "mtb-dto" to "0.2.0",
"hapi-fhir" to "8.4.0",
"apache-cxf" to "4.1.3",
"mockito-kotlin" to "6.1.0",