Skip to content

Commit

Permalink
chore(release): 2.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.3](v2.2.2...v2.2.3) (2024-11-22)

### Bug Fixes

* **deps:** update all non-major dependencies ([#96](#96)) ([3c00792](3c00792))
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent 7c71314 commit e03ccc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'org.miracum.streams.ume'
version = '2.2.2'
version = '2.2.3'
sourceCompatibility = '21'
targetCompatibility = '21'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app:
version: 2.2.2
version: 2.2.3
enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false}
patient-id-pattern: "[^0]\\d{8}"

Expand Down

0 comments on commit e03ccc3

Please sign in to comment.