logstash-input-azure_event_hubs 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/logstash-input-azure_event_hubs.rb +2 -2
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/{2.15.0/log4j-api-2.15.0.jar → 2.17.0/log4j-api-2.17.0.jar} +0 -0
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-slf4j-impl/{2.15.0/log4j-slf4j-impl-2.15.0.jar → 2.17.0/log4j-slf4j-impl-2.17.0.jar} +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdd4643d9a55c67284b6c0fdb91b0c60a699ff32188d0a1b23eff2937ae0dd3a
|
|
4
|
+
data.tar.gz: d927a68d9a86e6786f510eb0d25a45347b8702206225d588430c92632a8a5ba7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd48d989eec60cb377274053b079f75f22a2f4547d31c1262f2a747818a7f4d72513e2e2a16d085467260f7efacb82afba0a8130c61ee524eca89eddc68e77f4
|
|
7
|
+
data.tar.gz: 4ef28c3da33e0503e62b491dcee043bdd0ea0c02de3af35f05541a45e9242b62a043b3a107eb79ba0a9b36626b57aaf9435dac2832b56b673af2e6fc6ca897ee
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 1.4.2
|
|
2
|
+
- Update log4j dependencies to 2.17.0
|
|
3
|
+
|
|
1
4
|
## 1.4.1
|
|
2
5
|
- Update log4j dependencies [#71](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/71)
|
|
3
6
|
- Fixed Gradle's script to use Gradle 7 [#69](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/69)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.
|
|
1
|
+
1.4.2
|
|
@@ -7,5 +7,5 @@ require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.5.2')
|
|
|
7
7
|
require_jar('com.microsoft.azure', 'azure-storage', '8.6.6')
|
|
8
8
|
require_jar('com.google.code.gson', 'gson', '2.8.5')
|
|
9
9
|
require_jar('org.apache.qpid', 'proton-j', '0.33.9')
|
|
10
|
-
require_jar('org.apache.logging.log4j', 'log4j-api', '2.
|
|
11
|
-
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.
|
|
10
|
+
require_jar('org.apache.logging.log4j', 'log4j-api', '2.17.0')
|
|
11
|
+
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.17.0')
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-azure_event_hubs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -108,8 +108,8 @@ files:
|
|
|
108
108
|
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.3.2/azure-eventhubs-2.3.2.jar
|
|
109
109
|
- vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.6.6/azure-storage-8.6.6.jar
|
|
110
110
|
- vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.2.4/qpid-proton-j-extensions-1.2.4.jar
|
|
111
|
-
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.
|
|
112
|
-
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-slf4j-impl/2.
|
|
111
|
+
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar
|
|
112
|
+
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-slf4j-impl/2.17.0/log4j-slf4j-impl-2.17.0.jar
|
|
113
113
|
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.9/proton-j-0.33.9.jar
|
|
114
114
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
115
115
|
licenses:
|