Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 13d485b

Browse files
authored
Merge pull request #44 from num-codex/enhancement/43-update-to-dsf-0-5-4
Update to DSF Version 0.5.4
2 parents dea338e + 98913c9 commit 13d485b

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

codex-process-feasibility/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.highmed.dsf</groupId>
2020
<artifactId>dsf-bpe-process-base</artifactId>
21-
<version>0.5.2</version>
21+
<version>0.5.4</version>
2222
<scope>provided</scope>
2323
</dependency>
2424
<dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.highmed.dsf</groupId>
4747
<artifactId>dsf-fhir-validation</artifactId>
48-
<version>0.5.2</version>
48+
<version>0.5.4</version>
4949
<scope>test</scope>
5050
</dependency>
5151
</dependencies>

codex-processes-ap2-docker-test-setup/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868

6969
# ---- ZARS - FHIR Inbox ----------------------------------------------------
7070
zars-fhir-app:
71-
image: ghcr.io/highmed/fhir:0.5.2
71+
image: ghcr.io/highmed/fhir:0.5.4
7272
restart: on-failure
7373
secrets:
7474
- db_liquibase.password
@@ -114,7 +114,7 @@ services:
114114

115115
# ---- ZARS - BPE -----------------------------------------------------------
116116
zars-bpe-app:
117-
image: ghcr.io/highmed/bpe:0.5.2
117+
image: ghcr.io/highmed/bpe:0.5.4
118118
restart: on-failure
119119
secrets:
120120
- db_liquibase.password
@@ -165,7 +165,7 @@ services:
165165

166166
# ---- DIC-1 - FHIR ---------------------------------------------------------
167167
dic-1-fhir-app:
168-
image: ghcr.io/highmed/fhir:0.5.2
168+
image: ghcr.io/highmed/fhir:0.5.4
169169
restart: on-failure
170170
secrets:
171171
- db_liquibase.password
@@ -211,7 +211,7 @@ services:
211211

212212
# ---- DIC-1 - BPE ----------------------------------------------------------
213213
dic-1-bpe-app:
214-
image: ghcr.io/highmed/bpe:0.5.2
214+
image: ghcr.io/highmed/bpe:0.5.4
215215
restart: on-failure
216216
secrets:
217217
- db_liquibase.password
@@ -314,7 +314,7 @@ services:
314314

315315
# ---- DIC-2 - FHIR ---------------------------------------------------------
316316
dic-2-fhir-app:
317-
image: ghcr.io/highmed/fhir:0.5.2
317+
image: ghcr.io/highmed/fhir:0.5.4
318318
restart: on-failure
319319
secrets:
320320
- db_liquibase.password
@@ -360,7 +360,7 @@ services:
360360

361361
# ---- DIC-2 - BPE ----------------------------------------------------------
362362
dic-2-bpe-app:
363-
image: ghcr.io/highmed/bpe:0.5.2
363+
image: ghcr.io/highmed/bpe:0.5.4
364364
restart: on-failure
365365
secrets:
366366
- db_liquibase.password

codex-processes-ap2-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>org.highmed.dsf</groupId>
3232
<artifactId>dsf-fhir-rest-adapter</artifactId>
33-
<version>0.5.2</version>
33+
<version>0.5.4</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.highmed.dsf</groupId>
3737
<artifactId>dsf-fhir-server</artifactId>
38-
<version>0.5.2</version>
38+
<version>0.5.4</version>
3939
</dependency>
4040

4141
</dependencies>

0 commit comments

Comments
 (0)