Skip to content

Commit 92e2865

Browse files
authored
update log4j to 2.15.0 (#147)
1 parent ac65746 commit 92e2865

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-
- Fix: update to Gradle 7 [#145](https://github.com/logstash-plugins/logstash-input-http/pull/145)
1+
## 3.4.3
2+
- Update log4j dependency to 2.15.0
3+
- Fix: update to Gradle 7 [#145](https://github.com/logstash-plugins/logstash-input-http/pull/145)
34

45
## 3.4.2
56
- Docs: added `v8` as an acceptable value for `ecs_compatibility` [#142](https://github.com/logstash-plugins/logstash-input-http/pull/142)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ repositories {
2020
dependencies {
2121
testImplementation 'junit:junit:4.12'
2222
testImplementation 'org.hamcrest:hamcrest-library:1.3'
23-
testImplementation 'org.apache.logging.log4j:log4j-core:2.11.1'
23+
testImplementation 'org.apache.logging.log4j:log4j-core:2.15.0'
2424

2525
implementation 'io.netty:netty-all:4.1.65.Final'
26-
implementation 'org.apache.logging.log4j:log4j-api:2.11.1'
26+
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
2727
}
2828

2929
test {

0 commit comments

Comments
 (0)