File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 1- 3.4.2
1+ 3.4.3
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ repositories {
2020dependencies {
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
2929test {
You can’t perform that action at this time.
0 commit comments