Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed May 8, 2024
1 parent 24f07c9 commit d69acf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion micrometer-samples-boot3-database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'net.ttddyy.observation:datasource-micrometer-spring-boot:1.+'
implementation "net.ttddyy.observation:datasource-micrometer-spring-boot:${datasourceMicrometerSpringBootVersion}"
implementation 'io.micrometer:micrometer-registry-prometheus'

// Default is Brave + Zipkin, you can opt in via "-Pwavefront" to Wavefront and "-Potel" for OTel
Expand Down
4 changes: 2 additions & 2 deletions micrometer-samples-native-image/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ dependencies {
implementation 'io.micrometer:micrometer-observation'
implementation 'io.micrometer:micrometer-registry-prometheus'

testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation platform('org.junit:junit-bom:5.+')
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.assertj:assertj-core:3.+'
}

ext.mainClassName = 'io.micrometer.nativeimage.samples.SimpleNativeImageSample'
Expand Down

0 comments on commit d69acf3

Please sign in to comment.