Skip to content

Commit

Permalink
build: bump logback-classic from 1.2.6 to 1.2.7 (#313)
Browse files Browse the repository at this point in the history
Bumps logback-classic from 1.2.6 to 1.2.7.

---
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] committed Nov 20, 2021
1 parent aabce15 commit 1bacf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micrometer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
compileOnly "io.netty:netty-transport-native-kqueue"
compileOnly "io.micronaut:micronaut-http-server-netty"
compileOnly "javax.cache:cache-api:$jcacheVersion"
compileOnly "ch.qos.logback:logback-classic:1.2.6"
compileOnly "ch.qos.logback:logback-classic:1.2.7"
testAnnotationProcessor project(":micrometer-annotation")
testAnnotationProcessor "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut:micronaut-management"
Expand Down

0 comments on commit 1bacf9f

Please sign in to comment.