Skip to content

Commit 9c79d46

Browse files
authored
Bump log4j dependencies to 2.17.1 (#196)
1 parent 882fa08 commit 9c79d46

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ shadowJar {
5151
}
5252

5353
dependencies {
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"

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.5
1+
6.2.6

0 commit comments

Comments
 (0)