From e03ccc3d9e430dcdb6ba2c4ab770ec91cf39e48d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Nov 2024 11:59:48 +0000 Subject: [PATCH] chore(release): 2.2.3 [skip ci] ## [2.2.3](https://github.com/bzkf/obds-to-fhir/compare/v2.2.2...v2.2.3) (2024-11-22) ### Bug Fixes * **deps:** update all non-major dependencies ([#96](https://github.com/bzkf/obds-to-fhir/issues/96)) ([3c00792](https://github.com/bzkf/obds-to-fhir/commit/3c007927f41e5a332198017fac697a622cea04b4)) --- build.gradle | 2 +- src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4ca33181..0e57e572 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'org.miracum.streams.ume' -version = '2.2.2' +version = '2.2.3' sourceCompatibility = '21' targetCompatibility = '21' diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5c699f3b..f1ce40ae 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ app: - version: 2.2.2 + version: 2.2.3 enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false} patient-id-pattern: "[^0]\\d{8}"