Skip to content

Commit

Permalink
Bump net.logstash.logback:logstash-logback-encoder from 7.0.1 to 7.4
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.0.1 to 7.4.
- [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases)
- [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-7.0.1...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]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 2df3c5f commit a6b5036
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 @@ -52,7 +52,7 @@ dependencies {
implementation('io.netty:netty-transport-classes-epoll') { version { strictly '4.1.86.Final' } }
implementation('io.netty:netty-transport-native-unix-common') { version { strictly '4.1.86.Final' } }

implementation 'net.logstash.logback:logstash-logback-encoder:7.0.1'
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.2'
implementation 'org.apache.activemq:activemq-broker:5.16.4'
implementation 'org.apache.activemq:activemq-client:5.16.4'
Expand Down

0 comments on commit a6b5036

Please sign in to comment.