Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 16a81fd commit 2a263a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/gradle:8.10.0-jdk21@sha256:8b2b86662dbd50d001f6c4de895ba76c049131c8423d61137e1da464fcf11468 AS build
FROM docker.io/library/gradle:8.10.1-jdk21@sha256:531ce792814362746c055d558be9b44f051ba8742126176e5349ae5d185dd559 AS build
WORKDIR /home/gradle/project

COPY --chown=gradle:gradle . .
Expand All @@ -14,7 +14,7 @@ WORKDIR /test
COPY --from=build /home/gradle/project/build/reports/ .
ENTRYPOINT [ "true" ]

FROM docker.io/library/debian:12.6-slim@sha256:2ccc7e39b0a6f504d252f807da1fc4b5bcd838e83e4dec3e2f57b2a4a64e7214 AS jemalloc
FROM docker.io/library/debian:12.7-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf AS jemalloc
# hadolint ignore=DL3008
RUN <<EOF
apt-get update
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.3.2'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.6'
id 'jacoco'
id 'java'
Expand Down Expand Up @@ -34,11 +34,11 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "ca.uhn.hapi.fhir:hapi-fhir-structures-r4:${hapiVersion}"
implementation 'io.micrometer:micrometer-registry-prometheus:1.13.3'
implementation 'io.micrometer:micrometer-core:1.13.3'
implementation "org.miracum:kafka-fhir-serializer:1.0.6"
implementation 'io.micrometer:micrometer-registry-prometheus:1.13.4'
implementation 'io.micrometer:micrometer-core:1.13.4'
implementation "org.miracum:kafka-fhir-serializer:1.0.7"
implementation "org.apache.commons:commons-text:1.12.0"
implementation "org.scala-lang:scala-library:2.13.14"
implementation "org.scala-lang:scala-library:2.13.15"

implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
// Jackson v3 supports Optional out-of-the-box but isn't yet provided by Spring Boot by default
Expand All @@ -52,7 +52,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:24.4.0"
testImplementation "com.approvaltests:approvaltests:24.6.0"
}

dependencyManagement {
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.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Creates FHIR resources from oBDS-XML data",
"dependencies": {
"hl7.fhir.r4.core": "4.0.1",
"de.dktk.oncology": "1.6.0",
"de.dktk.oncology": "1.8.0",
"de.medizininformatikinitiative.kerndatensatz.person": "2024.0.0"
},
"fhirVersions": [
Expand Down

0 comments on commit 2a263a8

Please sign in to comment.