File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 6.2.5
2+ - Update log4j dependency to 2.17.0
3+
14## 6.2.4
25 - Update Log4j dependency to 2.16, ensuring this plugin's runtime relies only on log4j-api instead
36 of providing its own log4j-core. [ #188 ] ( https://github.com/logstash-plugins/logstash-input-tcp/pull/188 )
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ shadowJar {
5151}
5252
5353dependencies {
54- testImplementation ' org.apache.logging.log4j:log4j-core:2.16 .0'
54+ testImplementation ' org.apache.logging.log4j:log4j-core:2.17 .0'
5555
5656 implementation ' io.netty:netty-all:4.1.65.Final'
5757 implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.8.0' // used from Netty
58- implementation ' org.apache.logging.log4j:log4j-api:2.16 .0'
58+ implementation ' org.apache.logging.log4j:log4j-api:2.17 .0'
5959
6060 // 1.60 effectively means jruby-openssl >= 0.10.2 (logstash > 6.7)
6161 compileOnly group : ' org.bouncycastle' , name : ' bcpkix-jdk15on' , version : " 1.60"
Original file line number Diff line number Diff line change 1- 6.2.4
1+ 6.2.5
You can’t perform that action at this time.
0 commit comments