Skip to content

Commit

Permalink
Bump logback-classic from 1.2.4 to 1.2.5 (#258)
Browse files Browse the repository at this point in the history
Bumps logback-classic from 1.2.4 to 1.2.5.

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 27, 2021
1 parent d384ed5 commit 2d434d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs-examples/example-groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation("org.spockframework:spock-core") {
exclude group: "org.codehaus.groovy", module: "groovy-all"
}
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.4"
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.5"
testImplementation "io.projectreactor:reactor-core"
}

Expand Down
2 changes: 1 addition & 1 deletion docs-examples/example-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation 'org.awaitility:awaitility:4.1.0'
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.4"
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.5"
testImplementation "io.projectreactor:reactor-core"
}

Expand Down
2 changes: 1 addition & 1 deletion docs-examples/example-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
testImplementation project(":rabbitmq")
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.4"
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.5"
testImplementation "org.testcontainers:testcontainers:1.16.0"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
Expand Down

0 comments on commit 2d434d2

Please sign in to comment.