Skip to content

Commit

Permalink
Bump log4j dependencies to 2.17.1 (logstash-plugins#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel authored Jan 5, 2022
1 parent 882fa08 commit 9c79d46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased
- [DOC] Fix incorrect pipeline code snippet
## 6.2.6
- [DOC] Fix incorrect pipeline code snippet [#194](https://github.com/logstash-plugins/logstash-input-tcp/pull/194)
- Update log4j dependency to 2.17.1 [#196](https://github.com/logstash-plugins/logstash-input-tcp/pull/196)

## 6.2.5
- Update log4j dependency to 2.17.0
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ shadowJar {
}

dependencies {
testImplementation 'org.apache.logging.log4j:log4j-core:2.17.0'
testImplementation 'org.apache.logging.log4j:log4j-core:2.17.1'

implementation 'io.netty:netty-all:4.1.65.Final'
implementation group: 'commons-io', name: 'commons-io', version: '2.8.0' // used from Netty
implementation 'org.apache.logging.log4j:log4j-api:2.17.0'
implementation 'org.apache.logging.log4j:log4j-api:2.17.1'

// 1.60 effectively means jruby-openssl >= 0.10.2 (logstash > 6.7)
compileOnly group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: "1.60"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.5
6.2.6

0 comments on commit 9c79d46

Please sign in to comment.