Skip to content

Commit 88f69d8

Browse files
authored
Merge branch 'master' into dependabot/gradle/io.freefair.gradle-lombok-plugin-8.11
2 parents 3504684 + a9194cd commit 88f69d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build with Gradle
2222
run: ./gradlew build
2323
- name: Upload coverage to Codecov
24-
uses: codecov/codecov-action@v4
24+
uses: codecov/codecov-action@v5
2525
with:
2626
token: ${{ secrets.CODECOV_TOKEN }}
2727
fail_ci_if_error: true

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)