diff options
| author | Paul-Christian Volkmer | 2025-12-16 01:02:13 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2025-12-16 01:03:47 +0100 |
| commit | 6cfb84770832a3e6cfb209c783a9fda52c5c9141 (patch) | |
| tree | e3d375b34360a990ad4f516cf56914960c01de9f /build.gradle.kts | |
| parent | a7384733dddd5fb822c53c1d31517d4a342f5dc6 (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.kts | 2 |
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", |
