From f65fbae41efafc88d2a35ec8658e06e70b0dd378 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:33:52 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- build.gradle | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 0664d2b..693410c 100644 --- a/build.gradle +++ b/build.gradle @@ -22,15 +22,15 @@ repositories { dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. - implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.0' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.3' implementation 'org.apache.kafka:kafka-clients:3.8.0' // Use JUnit Jupiter API for testing. - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' - testImplementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1' + testImplementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.3' // Use JUnit Jupiter Engine for testing. - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' } test { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0aaefbc..df97d72 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME