logstash-input-http 3.2.2-java → 3.2.3-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ff21efab29549806ebbdb005b2cd9f6d91a69a2aa1558e2ceb48e78d867e426
4
- data.tar.gz: 37bbbf9e61f85a24b79030a3d5f8d5b90083fa6f916aa6bd1bde1b47db7561f6
3
+ metadata.gz: 33ece2918694d24d5f841d277aff2f2021c1b7156a111ad39063d1e1d2ced94b
4
+ data.tar.gz: a13de6d849f2144f33accdefe0a53056948d49c4570e6c64d32f9c605887a46f
5
5
  SHA512:
6
- metadata.gz: b9d443f81399d5bfc1481f1d9db071a469c9d8ed1e565469d3dd91a4e3c4806d4ceb62a8bce70ea886324641b832e7ba59cbe3125f224a0536c143c99af5582c
7
- data.tar.gz: ba1d68ce3df79043e6af91c34fc84f9311e35b6781aac188c2f9640bdd068bfd4fadebea81864849f33ad64eae07f56ea1af7a5697d60af40d55500ddcdf89ab
6
+ metadata.gz: 931956ac69de216fea064820c676570f1d1a35ff2a336140b191b3ff2440f6b62638c028af18964e5ff394054ef413f98934b74621fa502c584aaa6a7757b25a
7
+ data.tar.gz: 8dd17be47895abab55b06f7ba25cd49a299ecd1c8865d332f2ab079635f6be92b4481e24d4779f763763a8449320b6da7b1f3afe0ff8286070e8d34a3219b788
@@ -1,3 +1,6 @@
1
+ ## 3.2.3
2
+ - Changed jar dependencies to reflect newer versions
3
+
1
4
  ## 3.2.2
2
5
  - Fix some edge cases of the verify\_mode+ssl\_verify\_mode options
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 3.2.3
@@ -1,7 +1,7 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
2
 
3
3
  require 'jar_dependencies'
4
- require_jar('io.netty', 'netty-all', '4.1.18.Final')
5
- require_jar('io.netty', 'netty-tcnative-boringssl-static', '2.0.7.Final')
6
- require_jar('org.apache.logging.log4j', 'log4j-api', '2.6.2')
7
- require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.2.2')
4
+ require_jar('io.netty', 'netty-all', '4.1.30.Final')
5
+ require_jar('io.netty', 'netty-tcnative-boringssl-static', '2.0.12.Final')
6
+ require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
7
+ require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.2.3')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.2.3
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -138,10 +138,10 @@ files:
138
138
  - lib/tasks/build.rake
139
139
  - logstash-input-http.gemspec
140
140
  - spec/inputs/http_spec.rb
141
- - vendor/jar-dependencies/io/netty/netty-all/4.1.18.Final/netty-all-4.1.18.Final.jar
142
- - vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar
143
- - vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.6.2/log4j-api-2.6.2.jar
144
- - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.2.2/logstash-input-http-3.2.2.jar
141
+ - vendor/jar-dependencies/io/netty/netty-all/4.1.30.Final/netty-all-4.1.30.Final.jar
142
+ - vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.12.Final/netty-tcnative-boringssl-static-2.0.12.Final.jar
143
+ - vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
144
+ - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.2.3/logstash-input-http-3.2.3.jar
145
145
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
146
146
  licenses:
147
147
  - Apache License (2.0)