Commit a31123a 1 parent 8b1f147 commit a31123a Copy full SHA for a31123a
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " org.springframework.boot" version " 3.2.1 "
2
+ id " org.springframework.boot" version " 3.2.2 "
3
3
id " io.spring.dependency-management" version " 1.1.4"
4
4
id " java"
5
5
id " jacoco"
6
- id " com.diffplug.spotless" version " 6.23.3 "
6
+ id " com.diffplug.spotless" version " 6.25.0 "
7
7
}
8
8
9
9
group = " org.miracum.etl"
@@ -18,8 +18,8 @@ configurations {
18
18
}
19
19
20
20
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 " )
23
23
}
24
24
25
25
repositories {
Original file line number Diff line number Diff line change 1
1
services :
2
2
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
4
4
ipc : none
5
5
cap_drop :
6
6
- ALL
You can’t perform that action at this time.
0 commit comments