Skip to content

Commit a9194cd

Browse files
Bump net.ttddyy.observation:datasource-micrometer-spring-boot (#184)
Bumps [net.ttddyy.observation:datasource-micrometer-spring-boot](https://github.com/jdbc-observations/datasource-micrometer) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/jdbc-observations/datasource-micrometer/releases) - [Changelog](https://github.com/jdbc-observations/datasource-micrometer/blob/main/CHANGELOG) - [Commits](jdbc-observations/datasource-micrometer@v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: net.ttddyy.observation:datasource-micrometer-spring-boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Vakhrushev <[email protected]>
1 parent 84f7158 commit a9194cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-3-demo-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation(project(":db-migrations"))
2727
implementation("org.liquibase:liquibase-core")
2828
implementation("com.github.blagerweij:liquibase-sessionlock")
29-
implementation("net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.5")
29+
implementation("net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.6")
3030

3131
testImplementation("org.springframework.boot:spring-boot-starter-test")
3232
testImplementation("org.springframework.boot:spring-boot-starter-webflux")

0 commit comments

Comments
 (0)