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 7668884 commit f65fbae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
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.1-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 f65fbae

Please sign in to comment.