Skip to content

Commit 32206c0

Browse files
committed
Merge branch 'main' of github.com:/skfit-uni-luebeck/openehr-obds-code
2 parents 5f8904b + a7fb767 commit 32206c0

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: docker/setup-qemu-action@v4
1313

1414
- name: Set up Docker Buildx
15-
uses: docker/setup-buildx-action@v3
15+
uses: docker/setup-buildx-action@v4
1616

1717
- uses: actions/checkout@v6
1818

@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Build and push image
2727
id: docker_build
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@v7
2929
with:
3030
push: true
3131
tags: ghcr.io/itcr-uni-luebeck/obds2openehr:latest

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ build-latest:
22
stage: build
33
tags:
44
- docker
5-
image: docker:29.2.1
5+
image: docker:29.5.3
66
services:
7-
- name: docker:29.2.1-dind
7+
- name: docker:29.5.3-dind
88
alias: docker-dind
99
variables:
1010
DOCKER_TLS_CERTDIR: ""
@@ -31,9 +31,9 @@ build-release:
3131
stage: build
3232
tags:
3333
- docker
34-
image: docker:29.2.1
34+
image: docker:29.5.3
3535
services:
36-
- name: docker:29.2.1-dind
36+
- name: docker:29.5.3-dind
3737
alias: docker-dind
3838
variables:
3939
DOCKER_TLS_CERTDIR: ""

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>ca.uhn.hapi.fhir</groupId>
3939
<artifactId>hapi-fhir-base</artifactId>
40-
<version>8.8.0</version>
40+
<version>8.10.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>ca.uhn.hapi.fhir</groupId>
4444
<artifactId>hapi-fhir-client</artifactId>
45-
<version>8.8.0</version>
45+
<version>8.10.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>ca.uhn.hapi.fhir</groupId>
@@ -57,12 +57,12 @@
5757
<dependency>
5858
<groupId>org.ehrbase.openehr.sdk</groupId>
5959
<artifactId>serialisation</artifactId>
60-
<version>2.29.0</version>
60+
<version>2.31.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.ehrbase.openehr.sdk</groupId>
6464
<artifactId>client</artifactId>
65-
<version>2.29.0</version>
65+
<version>2.31.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.springframework</groupId>
9494
<artifactId>spring-web</artifactId>
95-
<version>7.0.5</version>
95+
<version>7.0.7</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.tinylog</groupId>
@@ -133,12 +133,12 @@
133133
<dependency>
134134
<groupId>org.zoomba-lang</groupId>
135135
<artifactId>spark-core</artifactId>
136-
<version>3.0.3</version>
136+
<version>3.0.4</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>joda-time</groupId>
140140
<artifactId>joda-time</artifactId>
141-
<version>2.14.0</version>
141+
<version>2.14.2</version>
142142
</dependency>
143143
</dependencies>
144144
<build>

0 commit comments

Comments
 (0)