We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f7158 commit a9194cdCopy full SHA for a9194cd
spring-boot-3-demo-app/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
implementation(project(":db-migrations"))
27
implementation("org.liquibase:liquibase-core")
28
implementation("com.github.blagerweij:liquibase-sessionlock")
29
- implementation("net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.5")
+ implementation("net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.6")
30
31
testImplementation("org.springframework.boot:spring-boot-starter-test")
32
testImplementation("org.springframework.boot:spring-boot-starter-webflux")
0 commit comments