Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent aea50ed commit a572339
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/gradle:8.8.0-jdk21@sha256:ea95b17d3d287698b286aad1de10ca43692c16e7cc5c728043f2cd2da5f87e50 AS build
FROM docker.io/library/gradle:8.10.2-jdk21@sha256:a2f2b599b61bf84bc29e87d0510f4bb4a982d60fde27f186a8b42f8e062588b1 AS build
WORKDIR /home/gradle/project

COPY --chown=gradle:gradle . .
Expand Down
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "org.springframework.boot" version "3.3.1"
id "io.spring.dependency-management" version "1.1.5"
id "org.springframework.boot" version "3.3.4"
id "io.spring.dependency-management" version "1.1.6"
id "java"
id "jacoco"
id "com.diffplug.spotless" version "6.25.0"
Expand All @@ -18,8 +18,8 @@ configurations {
}

ext {
set("springCloudVersion", "2023.0.2")
set("hapiVersion", "7.2.1")
set("springCloudVersion", "2023.0.3")
set("hapiVersion", "7.4.3")
}

repositories {
Expand All @@ -37,10 +37,10 @@ dependencies {
implementation "org.springframework.cloud:spring-cloud-stream-binder-kafka"
implementation "org.springframework.kafka:spring-kafka"

implementation "org.miracum:kafka-fhir-serializer:1.0.6"
implementation "org.miracum:kafka-fhir-serializer:1.0.7"

implementation "io.micrometer:micrometer-registry-prometheus:1.13.1"
implementation "io.micrometer:micrometer-core:1.13.1"
implementation "io.micrometer:micrometer-registry-prometheus:1.13.5"
implementation "io.micrometer:micrometer-core:1.13.5"

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

Expand All @@ -50,8 +50,8 @@ dependencies {
implementation "ca.uhn.hapi.fhir:hapi-fhir-client-okhttp:${hapiVersion}"

developmentOnly "org.springframework.boot:spring-boot-devtools"
runtimeOnly "org.postgresql:postgresql:42.7.3"
runtimeOnly 'com.h2database:h2:2.2.224'
runtimeOnly "org.postgresql:postgresql:42.7.4"
runtimeOnly 'com.h2database:h2:2.3.232'
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
testImplementation "org.springframework.boot:spring-boot-starter-test"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- kafka

kafka:
image: docker.io/bitnami/kafka:3.7.1@sha256:246e723e8b887d5425e5cef7fa250771fe63aa2a0a2ad822d0e196ff3f5ca23d
image: docker.io/bitnami/kafka:3.8.0@sha256:bf8d03af193918f3d2dff806e02b1f236e31bc7aa36718e10dec7a8c42231511
restart: unless-stopped
cap_drop:
- ALL
Expand Down
14 changes: 7 additions & 7 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.11@sha256:ad3c9d72d763dd9d7f5195e01dc3f9e922a75ab33644c54435b050657c21dfeb
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.16@sha256:584e367729b67f7759bccb977d19ae57c2f69667b24db16b7b7eb90c97f8e94f
ipc: none
cap_drop:
- ALL
Expand All @@ -19,7 +19,7 @@ services:
- vfps

loinc-converter:
image: ghcr.io/miracum/loinc-conversion:v1.14.10@sha256:45705e91624a2c4d24e988e742870e07f9b9eb34dc16de7a876f58497b1dc846
image: ghcr.io/miracum/loinc-conversion:v1.15.1@sha256:b9c1124a1a176009f59449e24da9287e70b4b58937a801fda135aa9c75cdc870
ipc: none
cap_drop:
- ALL
Expand All @@ -29,7 +29,7 @@ services:
- "no-new-privileges:true"

vfps-db:
image: docker.io/library/postgres:16.3@sha256:46aa2ee5d664b275f05d1a963b30fff60fb422b4b594d509765c42db46d48881
image: docker.io/library/postgres:16.4@sha256:17b6fe3a18780358f7f44a02bc21a8ef5f349aa83d8dae96d43cd168a97cf6fa
restart: unless-stopped
ipc: private
security_opt:
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
- vfps-db

fhir-server:
image: docker.io/hapiproject/hapi:v7.2.0@sha256:9bcafa8342b572eee248cb7c48c496863d352bbd0347e1d98ea238d09620e89b
image: docker.io/hapiproject/hapi:v7.4.0@sha256:f34b41f5002665f384cf344da2d8e653025bd095aa37aa6f5a9d6dc0dac75684
restart: unless-stopped
cap_drop:
- ALL
Expand All @@ -80,7 +80,7 @@ services:
privileged: false

fhir-db:
image: docker.io/library/postgres:16.3@sha256:46aa2ee5d664b275f05d1a963b30fff60fb422b4b594d509765c42db46d48881
image: docker.io/library/postgres:16.4@sha256:17b6fe3a18780358f7f44a02bc21a8ef5f349aa83d8dae96d43cd168a97cf6fa
ipc: private
security_opt:
- "no-new-privileges:true"
Expand All @@ -91,7 +91,7 @@ services:
POSTGRES_DB: fhir

vfps-init-patient:
image: docker.io/curlimages/curl:8.8.0@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd
image: docker.io/curlimages/curl:8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
ipc: none
cap_drop:
- ALL
Expand All @@ -115,7 +115,7 @@ services:
condition: service_started

vfps-init-fall:
image: docker.io/curlimages/curl:8.8.0@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd
image: docker.io/curlimages/curl:8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
ipc: none
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a572339

Please sign in to comment.