From 6cfb84770832a3e6cfb209c783a9fda52c5c9141 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 16 Dec 2025 01:02:13 +0100 Subject: 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'. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle.kts') 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", -- cgit v1.2.3