Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 792582e commit 08602ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.2.4"
id "org.springframework.boot" version "3.2.5"
id "io.spring.dependency-management" version "1.1.4"
id "java"
id "jacoco"
Expand Down Expand Up @@ -39,8 +39,8 @@ dependencies {

implementation "org.miracum:kafka-fhir-serializer:1.0.5"

implementation "io.micrometer:micrometer-registry-prometheus:1.12.4"
implementation "io.micrometer:micrometer-core:1.12.4"
implementation "io.micrometer:micrometer-registry-prometheus:1.12.5"
implementation "io.micrometer:micrometer-core:1.12.5"

implementation "net.logstash.logback:logstash-logback-encoder:7.4"

Expand Down
4 changes: 2 additions & 2 deletions deploy/docker-compose.gw-deps.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
fhir-pseudonymizer:
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.7@sha256:1d933aed56c27ae3b850c05b2f765ef9d43ad8ce3e56ff5cb91145f977f58e86
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.9@sha256:0511c4d723e5552fb6dbfbc993bd908fdac77d395fc836eb65dabf5dc3a8260c
ipc: none
cap_drop:
- ALL
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
POSTGRES_DB: vfps

vfps:
image: ghcr.io/miracum/vfps:v1.3.4@sha256:b37c6341053e0e59d2e8eb56a7423562c47d5669a4a552a99d1169a7865ac191
image: ghcr.io/miracum/vfps:v1.3.5@sha256:358427b400bd260000396aecb0d4a6f874d394ccb52c62897953493a2b8aac15
restart: unless-stopped
ipc: none
cap_drop:
Expand Down

0 comments on commit 08602ee

Please sign in to comment.