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.3.3
2+ - bump netty to 4.1.93 [ #212 ] ( https://github.com/logstash-plugins/logstash-input-tcp/pull/212 )
3+
14## 6.3.2
25 - Update Netty dependency to 4.1.87 [ #209 ] ( https://github.com/logstash-plugins/logstash-input-tcp/pull/209 )
36
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ version Files.readAllLines(Paths.get("version")).first()
2929
3030sourceCompatibility = JavaVersion . VERSION_1_8
3131
32- String nettyVersion = ' 4.1.87 .Final'
32+ String nettyVersion = ' 4.1.93 .Final'
3333
3434buildscript {
3535 repositories {
@@ -54,7 +54,7 @@ dependencies {
5454
5555 implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.8.0' // used from Netty
5656 compileOnly ' org.apache.logging.log4j:log4j-api:2.17.1' // provided by Logstash
57- compileOnly group : ' org.jruby' , name : ' jruby-complete ' , version : " 9.1.13 .0" // provided by Logstash
57+ compileOnly group : ' org.jruby' , name : ' jruby-core ' , version : " 9.3.10 .0" // provided by Logstash
5858 // 1.60 effectively means jruby-openssl >= 0.10.2 (logstash > 6.7)
5959 compileOnly group : ' org.bouncycastle' , name : ' bcpkix-jdk15on' , version : " 1.60" // provided by Logstash (JRuby-OpenSSL)
6060}
Original file line number Diff line number Diff line change 1- 6.3.2
1+ 6.3.3
You can’t perform that action at this time.
0 commit comments