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 Oct 1, 2023
1 parent 7c02fc4 commit 4f152da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id 'org.springframework.boot' version '3.1.3'
id 'org.springframework.boot' version '3.1.4'
id 'io.spring.dependency-management' version '1.1.3'
id 'java'
id 'jacoco'
id 'com.diffplug.spotless' version '6.21.0'
id 'com.diffplug.spotless' version '6.22.0'
}

group = 'org.miracum.streams'
Expand All @@ -22,7 +22,7 @@ repositories {

ext {
set('springCloudVersion', '2022.0.4')
set('hapiVersion', '6.8.1')
set('hapiVersion', '6.8.3')
}

dependencies {
Expand All @@ -35,8 +35,8 @@ dependencies {

implementation 'org.apache.kafka:kafka-streams'

implementation 'io.micrometer:micrometer-registry-prometheus:1.11.3'
implementation 'io.micrometer:micrometer-core:1.11.3'
implementation 'io.micrometer:micrometer-registry-prometheus:1.11.4'
implementation 'io.micrometer:micrometer-core:1.11.4'

implementation 'org.miracum:kafka-fhir-serializer:1.0.4'

Expand Down

0 comments on commit 4f152da

Please sign in to comment.