Skip to content

Commit 5c6c95f

Browse files
committed
Merge remote-tracking branch 'origin/issue/480_Upgrade_Dependencies'
into develop
2 parents 5ce05cc + 3f3949f commit 5c6c95f

8 files changed

Lines changed: 16 additions & 13 deletions

File tree

dsf-bpe/dsf-bpe-process-api-v1-impl/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@
185185
<artifactItem>
186186
<groupId>org.fhir</groupId>
187187
<artifactId>ucum</artifactId>
188-
<version>1.0.2</version>
189188
</artifactItem>
190189
<artifactItem>
191190
<groupId>com.github.ben-manes.caffeine</groupId>

dsf-bpe/dsf-bpe-process-api-v2-impl/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@
230230
<artifactItem>
231231
<groupId>org.fhir</groupId>
232232
<artifactId>ucum</artifactId>
233-
<version>1.0.9</version>
234233
</artifactItem>
235234
<!--<artifactItem>
236235
<groupId>com.google.code.gson</groupId>

dsf-bpe/dsf-bpe-server-jetty/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN chown root:2202 ./ && \
2323
chmod 1775 ./log
2424

2525

26-
FROM azul/zulu-openjdk:25-jre-headless@sha256:9a30f9ac9b51aba2f0ee76daf6440c03d59a7690b4fd6070e85fba1da9fd32ff
26+
FROM azul/zulu-openjdk:25-jre-headless@sha256:0f843579efd505efb0a0eef1d5a816cc4523ffcad458a54a4e9e52e60c4c030a
2727
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
2828
LABEL org.opencontainers.image.description="DSF BPE Server"
2929
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

dsf-docker-dev-setup-3dic-ttp/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ services:
9494
read_only: true
9595

9696
keycloak:
97-
image: quay.io/keycloak/keycloak:26.3
97+
image: quay.io/keycloak/keycloak:26.6
9898
restart: "no"
9999
ports:
100100
- 127.0.0.1:8443:8443

dsf-docker/bpe_proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM httpd:2.4-alpine@sha256:8f26f33a7002658050e9ab2cd6b77502619dfc89d0a6ba2e9e4a202e0ef04596
17+
FROM httpd:2.4-alpine@sha256:968c8b4098fcecb473762b45f6c541a3b2b2cfab2caccb1edbd2cece071ef160
1818
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
1919
LABEL org.opencontainers.image.description="DSF BPE Reverse Proxy"
2020
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

dsf-docker/fhir_proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM httpd:2.4-alpine@sha256:8f26f33a7002658050e9ab2cd6b77502619dfc89d0a6ba2e9e4a202e0ef04596
17+
FROM httpd:2.4-alpine@sha256:968c8b4098fcecb473762b45f6c541a3b2b2cfab2caccb1edbd2cece071ef160
1818
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
1919
LABEL org.opencontainers.image.description="DSF FHIR Reverse Proxy"
2020
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

dsf-fhir/dsf-fhir-server-jetty/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN chown root:2101 ./ && \
2323
chmod 1775 ./log
2424

2525

26-
FROM azul/zulu-openjdk:25-jre-headless@sha256:9a30f9ac9b51aba2f0ee76daf6440c03d59a7690b4fd6070e85fba1da9fd32ff
26+
FROM azul/zulu-openjdk:25-jre-headless@sha256:0f843579efd505efb0a0eef1d5a816cc4523ffcad458a54a4e9e52e60c4c030a
2727
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
2828
LABEL org.opencontainers.image.description="DSF FHIR Server"
2929
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
<jetty.version>12.1.8</jetty.version>
4444
<jersey.version>3.1.11</jersey.version>
4545
<tyrus.version>2.2.2</tyrus.version>
46-
<spring.version>6.2.17</spring.version>
46+
<spring.version>6.2.18</spring.version>
4747
<jackson.version>2.21.2</jackson.version>
4848
<operaton.version>1.1.1</operaton.version>
4949
<hapi.fhir.version.v1>5.1.0</hapi.fhir.version.v1>
5050
<hapi.fhir.version.v2>8.4.2</hapi.fhir.version.v2>
5151
<hapi.fhir.org.hl7.version.v2>6.5.27</hapi.fhir.org.hl7.version.v2>
5252
<hapi.fhir.version>8.4.2</hapi.fhir.version>
53-
<bouncycastle.version>1.83</bouncycastle.version>
53+
<bouncycastle.version>1.84</bouncycastle.version>
5454
<crypto-utils.version.v1>3.8.0</crypto-utils.version.v1>
5555
<crypto-utils.version.v2>5.2.1</crypto-utils.version.v2>
5656
<crypto-utils.version>5.2.1</crypto-utils.version>
@@ -443,7 +443,7 @@
443443
<dependency>
444444
<groupId>com.google.guava</groupId>
445445
<artifactId>guava</artifactId>
446-
<version>33.5.0-jre</version>
446+
<version>33.6.0-jre</version>
447447
</dependency>
448448
<dependency>
449449
<groupId>com.google.code.gson</groupId>
@@ -453,13 +453,18 @@
453453
<dependency>
454454
<groupId>org.thymeleaf</groupId>
455455
<artifactId>thymeleaf</artifactId>
456-
<version>3.1.3.RELEASE</version>
456+
<version>3.1.4.RELEASE</version>
457457
</dependency>
458458
<dependency>
459459
<groupId>com.nimbusds</groupId>
460460
<artifactId>nimbus-jose-jwt</artifactId>
461461
<version>10.9</version>
462462
</dependency>
463+
<dependency>
464+
<groupId>org.fhir</groupId>
465+
<artifactId>ucum</artifactId>
466+
<version>1.0.10</version>
467+
</dependency>
463468

464469
<dependency>
465470
<groupId>commons-io</groupId>
@@ -516,12 +521,12 @@
516521
<dependency>
517522
<groupId>org.apache.maven</groupId>
518523
<artifactId>maven-core</artifactId>
519-
<version>3.9.14</version>
524+
<version>3.9.15</version>
520525
</dependency>
521526
<dependency>
522527
<groupId>org.apache.maven</groupId>
523528
<artifactId>maven-plugin-api</artifactId>
524-
<version>3.9.14</version>
529+
<version>3.9.15</version>
525530
</dependency>
526531
<dependency>
527532
<groupId>org.apache.maven.plugin-tools</groupId>

0 commit comments

Comments
 (0)