File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
2- - [ DOC] Fix incorrect pipeline code snippet
1+ ## 6.2.6
2+ - [ DOC] Fix incorrect pipeline code snippet [ #194 ] ( https://github.com/logstash-plugins/logstash-input-tcp/pull/194 )
3+ - Update log4j dependency to 2.17.1 [ #196 ] ( https://github.com/logstash-plugins/logstash-input-tcp/pull/196 )
34
45## 6.2.5
56 - Update log4j dependency to 2.17.0
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.17.0 '
54+ testImplementation ' org.apache.logging.log4j:log4j-core:2.17.1 '
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.17.0 '
58+ implementation ' org.apache.logging.log4j:log4j-api:2.17.1 '
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.5
1+ 6.2.6
You can’t perform that action at this time.
0 commit comments