Skip to content

Commit a31123a

Browse files
chore(deps): update all non-major dependencies (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 8b1f147 commit a31123a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
2-
id "org.springframework.boot" version "3.2.1"
2+
id "org.springframework.boot" version "3.2.2"
33
id "io.spring.dependency-management" version "1.1.4"
44
id "java"
55
id "jacoco"
6-
id "com.diffplug.spotless" version "6.23.3"
6+
id "com.diffplug.spotless" version "6.25.0"
77
}
88

99
group = "org.miracum.etl"
@@ -18,8 +18,8 @@ configurations {
1818
}
1919

2020
ext {
21-
set("springCloudVersion", "2022.0.4")
22-
set("hapiVersion", "6.10.2")
21+
set("springCloudVersion", "2022.0.5")
22+
set("hapiVersion", "6.10.3")
2323
}
2424

2525
repositories {

deploy/docker-compose.gw-deps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
fhir-pseudonymizer:
3-
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.4@sha256:d6ca458b427c5a5c3b2fcc0f8e1876855a811b604dec088faa190bc03089c5a7
3+
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.5@sha256:3716c2f31a4d975dc5a301b5799f92a8d5ef126159110e4e57c3cac497bd45d2
44
ipc: none
55
cap_drop:
66
- ALL

0 commit comments

Comments
 (0)