Skip to content

Commit 92ac81d

Browse files
authored
Merge pull request #72 from jsvd/bump_log4j_2_16_0
update log4j dependency to 2.17.0
2 parents 3f9adaf + b5fca4b commit 92ac81d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)