Skip to content

Commit

Permalink
build(deps): bump ch.qos.logback:logback-classic from 1.5.1 to 1.5.3
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.1 to 1.5.3.
- [Commits](qos-ch/logback@v_1.5.1...v_1.5.3)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent ca9586d commit 28e2326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ dependencies {
testImplementation "io.confluent:kafka-connect-avro-converter:$confluentPlatformVersion"

testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testRuntimeOnly "ch.qos.logback:logback-classic:1.5.1"
testRuntimeOnly "ch.qos.logback:logback-classic:1.5.3"
}

test {
Expand Down

0 comments on commit 28e2326

Please sign in to comment.