From 2a27867b9d5094fc3a2df06cf5558222f0e0b7c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:29:01 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- build.gradle | 16 ++++++++-------- deploy/docker-compose.dev.yml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 018d602c..d2e567b2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ plugins { - id 'org.springframework.boot' version '3.2.2' + id 'org.springframework.boot' version '3.2.3' id 'io.spring.dependency-management' version '1.1.4' id 'jacoco' id 'java' id 'com.diffplug.spotless' version '6.25.0' - id "io.freefair.lombok" version "8.4" + id "io.freefair.lombok" version "8.6" } group = 'org.miracum.streams.ume' @@ -24,7 +24,7 @@ repositories { ext { set('springCloudVersion', "2023.0.0") - set('hapiVersion', "6.10.4") + set('hapiVersion', "6.10.5") } dependencies { @@ -32,11 +32,11 @@ dependencies { implementation 'org.springframework.cloud:spring-cloud-stream' implementation 'org.springframework.cloud:spring-cloud-stream-binder-kafka-streams' implementation "ca.uhn.hapi.fhir:hapi-fhir-structures-r4:${hapiVersion}" - implementation 'io.micrometer:micrometer-registry-prometheus:1.12.2' - implementation 'io.micrometer:micrometer-core:1.12.2' - implementation "org.miracum:kafka-fhir-serializer:1.0.4" + implementation 'io.micrometer:micrometer-registry-prometheus:1.12.4' + implementation 'io.micrometer:micrometer-core:1.12.4' + implementation "org.miracum:kafka-fhir-serializer:1.0.5" implementation "org.apache.commons:commons-text:1.11.0" - implementation "org.scala-lang:scala-library:2.13.12" + implementation "org.scala-lang:scala-library:2.13.13" implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml' @@ -46,7 +46,7 @@ dependencies { testImplementation "ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:${hapiVersion}" testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.springframework.cloud:spring-cloud-stream-test-support" - testImplementation "com.approvaltests:approvaltests:22.3.3" + testImplementation "com.approvaltests:approvaltests:22.4.0" } dependencyManagement { diff --git a/deploy/docker-compose.dev.yml b/deploy/docker-compose.dev.yml index 9d7fbfd3..c160c2da 100644 --- a/deploy/docker-compose.dev.yml +++ b/deploy/docker-compose.dev.yml @@ -24,7 +24,7 @@ services: ZOO_SERVERS: server.1=zoo1:2888:3888;2181 kafka1: - image: confluentinc/cp-kafka:7.5.3@sha256:51145a40d23336a11085ca695d02bdeee66fe01b582837c6d223384952226be9 + image: confluentinc/cp-kafka:7.6.0@sha256:24cdd3a7fa89d2bed150560ebea81ff1943badfa61e51d66bb541a6b0d7fb047 hostname: kafka1 ports: - "9092:9092" @@ -40,7 +40,7 @@ services: - zoo1 kafka-rest-proxy: - image: confluentinc/cp-kafka-rest:7.5.3@sha256:a4558632cad6c4eedd8bc340a30277ab020b4fd97444844df1be0dbf9061782d + image: confluentinc/cp-kafka-rest:7.6.0@sha256:0f7e17b57f914e200ea374a3540781cc2aafdaacf6793f7816180a23c0dc7fb8 hostname: kafka-rest-proxy ports: - "8082:8082" @@ -55,7 +55,7 @@ services: - kafka1 kafka-connect: - image: confluentinc/cp-kafka-connect:7.5.3@sha256:e6bc1b88b43a23de290da574b0bbc06135b0005ecb9cac0c95155d3ff50f283a + image: confluentinc/cp-kafka-connect:7.6.0@sha256:8e904b33d2693e3e251023b3d09448e30f49b38b1f1cd882883c30323a25585d hostname: kafka-connect ports: - "8083:8083"