Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.10 (#1204)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 8377a39 commit ff9b37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doma-slf4j/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description = "doma-slf4j"
dependencies {
api("org.slf4j:slf4j-api:2.0.16")
implementation(project(":doma-core"))
testImplementation("ch.qos.logback:logback-classic:1.5.9")
testImplementation("ch.qos.logback:logback-classic:1.5.10")
}
2 changes: 1 addition & 1 deletion integration-test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies {
annotationProcessor(project(":doma-processor"))
implementation(project(":doma-core"))
implementation(project(":doma-slf4j"))
implementation("ch.qos.logback:logback-classic:1.5.9")
implementation("ch.qos.logback:logback-classic:1.5.10")
implementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
}

0 comments on commit ff9b37e

Please sign in to comment.