Skip to content

Commit

Permalink
Update log4j version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey committed Dec 10, 2021
1 parent 683d3e0 commit 3f9adaf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Unreleased
## 1.4.1
- Update log4j dependencies [#71](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/71)
- Fixed Gradle's script to use Gradle 7 [#69](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/69)

## 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {
implementation 'com.microsoft.azure:azure-storage:8.6.6'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'org.apache.qpid:proton-j:0.33.9'
implementation 'org.apache.logging.log4j:log4j-api:2.9.1'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.1'
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
}


Expand Down
4 changes: 2 additions & 2 deletions lib/logstash-input-azure_event_hubs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
require_jar('com.microsoft.azure', 'azure-storage', '8.6.6')
require_jar('com.google.code.gson', 'gson', '2.8.5')
require_jar('org.apache.qpid', 'proton-j', '0.33.9')
require_jar('org.apache.logging.log4j', 'log4j-api', '2.9.1')
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
require_jar('org.apache.logging.log4j', 'log4j-api', '2.15.0')
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.15.0')

0 comments on commit 3f9adaf

Please sign in to comment.