File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.4.2
2+ - Update log4j dependencies to 2.17.0
3+
14## 1.4.1
25 - Update log4j dependencies [ #71 ] ( https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/71 )
36 - Fixed Gradle's script to use Gradle 7 [ #69 ] ( https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/69 )
Original file line number Diff line number Diff line change 1- 1.4.1
1+ 1.4.2
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
2222 implementation ' com.microsoft.azure:azure-storage:8.6.6'
2323 implementation ' com.google.code.gson:gson:2.8.5'
2424 implementation ' org.apache.qpid:proton-j:0.33.9'
25- implementation ' org.apache.logging.log4j:log4j-api:2.15 .0'
26- implementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.15 .0'
25+ implementation ' org.apache.logging.log4j:log4j-api:2.17 .0'
26+ implementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.17 .0'
2727}
2828
2929
You can’t perform that action at this time.
0 commit comments