Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[data-plane]: Bump logstash-logback-encoder from 6.6 to 7.0 in /data-plane #1491

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data-plane/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Lists of 157 third-party dependencies.
(Eclipse Public License 1.0) JUnit (junit:junit:4.12 - http://junit.org)
(Apache License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.11.19 - https://bytebuddy.net/byte-buddy)
(Apache License, Version 2.0) Byte Buddy agent (net.bytebuddy:byte-buddy-agent:1.11.19 - https://bytebuddy.net/byte-buddy-agent)
(Apache License, Version 2.0) (MIT License) Logstash Logback Encoder (net.logstash.logback:logstash-logback-encoder:6.6 - https://github.com/logstash/logstash-logback-encoder)
(Apache License, Version 2.0) (MIT License) Logstash Logback Encoder (net.logstash.logback:logstash-logback-encoder:7.0 - https://github.com/logstash/logstash-logback-encoder)
(The MIT License) JOpt Simple (net.sf.jopt-simple:jopt-simple:4.6 - http://pholser.github.com/jopt-simple)
(The MIT License) JOpt Simple (net.sf.jopt-simple:jopt-simple:5.0.4 - http://jopt-simple.github.io/jopt-simple)
(MIT) argparse4j (net.sourceforge.argparse4j:argparse4j:0.7.0 - http://argparse4j.github.io)
Expand Down
2 changes: 1 addition & 1 deletion data-plane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<protobuf.version>3.19.1</protobuf.version>
<slf4j.version>1.7.32</slf4j.version>
<ch.qos.logback.version>1.2.7</ch.qos.logback.version>
<net.logstash.logback.encoder.version>6.6</net.logstash.logback.encoder.version>
<net.logstash.logback.encoder.version>7.0</net.logstash.logback.encoder.version>
<assertj.version>3.21.0</assertj.version>
<awaitility.version>4.1.1</awaitility.version>
<junit.jupiter.version>5.8.1</junit.jupiter.version>
Expand Down