Skip to content

Commit

Permalink
Bump net.logstash.logback:logstash-logback-encoder from 7.3 to 7.4 (#40)
Browse files Browse the repository at this point in the history
Bumps [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) from 7.3 to 7.4.
- [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases)
- [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-7.3...logstash-logback-encoder-7.4)

---
updated-dependencies:
- dependency-name: net.logstash.logback:logstash-logback-encoder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent df3bf92 commit 9fefc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("ch.qos.logback:logback-classic")
implementation("ch.qos.logback:logback-access")
implementation("net.logstash.logback:logstash-logback-encoder:7.3")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("io.github.microutils:kotlin-logging:3.0.5")

// caching
Expand Down

0 comments on commit 9fefc48

Please sign in to comment.