Skip to content

Commit 4f8c94c

Browse files
authored
bump netty to 4.1.93 (#212)
1 parent f493de3 commit 4f8c94c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ version Files.readAllLines(Paths.get("version")).first()
2929

3030
sourceCompatibility = JavaVersion.VERSION_1_8
3131

32-
String nettyVersion = '4.1.87.Final'
32+
String nettyVersion = '4.1.93.Final'
3333

3434
buildscript {
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
}

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.2
1+
6.3.3

0 commit comments

Comments
 (0)