Skip to content

Commit 3f9adaf

Browse files
authored
Update log4j version (#71)
1 parent 683d3e0 commit 3f9adaf

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## Unreleased
1+
## 1.4.1
2+
- Update log4j dependencies [#71](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/71)
23
- Fixed Gradle's script to use Gradle 7 [#69](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/69)
34

45
## 1.4.0

VERSION

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

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.9.1'
26-
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.1'
25+
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
26+
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
2727
}
2828

2929

lib/logstash-input-azure_event_hubs.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
require_jar('com.microsoft.azure', 'azure-storage', '8.6.6')
88
require_jar('com.google.code.gson', 'gson', '2.8.5')
99
require_jar('org.apache.qpid', 'proton-j', '0.33.9')
10-
require_jar('org.apache.logging.log4j', 'log4j-api', '2.9.1')
11-
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
10+
require_jar('org.apache.logging.log4j', 'log4j-api', '2.15.0')
11+
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.15.0')

0 commit comments

Comments
 (0)