logstash-core 6.8.6-java → 6.8.7-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash/dependency_report.rb +2 -1
- data/versions-gem-copy.yml +5 -5
- 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: a803c9221ba6ccaaf0c69c85a773b8cc3b6ccb662a18771210e699dd4b8550f1
|
4
|
+
data.tar.gz: 1d8b20d909b9fb0d6af5bf1d47720e35c2e066fe889ae2423b4f60c95d8cccb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dba2fcbc5446f9bf3a53f9c1f642a193c89af18511a6905cad0b9201ae1687e70b27191d6a75743f83398de1b160acf4ebfc0fe6ff67291c3b60adc01fdea0ba
|
7
|
+
data.tar.gz: 6e2982c15f79f4cfdf58ad1e543ea332ee95a0e4122f308e2bab5c8a8c1f7c84f5e009410f6634cba23e80aa95d9fc2d49eb268772e2bcb57dffca0367b8d8e9
|
@@ -32,8 +32,9 @@ class LogStash::DependencyReport < Clamp::Command
|
|
32
32
|
command = ["./gradlew", "generateLicenseReport", "-PlicenseReportInputCSV=#{ruby_output_path}", "-PlicenseReportOutputCSV=#{output_path}"]
|
33
33
|
puts "Executing #{command}"
|
34
34
|
system(*command)
|
35
|
+
|
35
36
|
if $?.exitstatus != 0
|
36
|
-
raise "
|
37
|
+
raise "generateLicenseReport failed with exit status #{$?.exitstatus}"
|
37
38
|
end
|
38
39
|
|
39
40
|
nil
|
data/versions-gem-copy.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
|
-
logstash: 6.8.
|
3
|
-
logstash-core: 6.8.
|
2
|
+
logstash: 6.8.7
|
3
|
+
logstash-core: 6.8.7
|
4
4
|
logstash-core-plugin-api: 2.1.16
|
5
5
|
|
6
6
|
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
@@ -20,8 +20,8 @@ jruby:
|
|
20
20
|
# Note: this file is copied to the root of logstash-core because its gemspec needs it when
|
21
21
|
# bundler evaluates the gemspec via bin/logstash
|
22
22
|
# Ensure Jackson version here is kept in sync with version used by jrjackson gem
|
23
|
-
jrjackson: 0.4.
|
24
|
-
jackson: 2.9.
|
25
|
-
jackson-databind: 2.9.
|
23
|
+
jrjackson: 0.4.11
|
24
|
+
jackson: 2.9.10
|
25
|
+
jackson-databind: 2.9.10.1
|
26
26
|
|
27
27
|
# This is a copy the project level versions.yml into this gem's root and it is created when the gemspec is evaluated.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.8.
|
4
|
+
version: 6.8.7
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -257,7 +257,7 @@ dependencies:
|
|
257
257
|
requirements:
|
258
258
|
- - '='
|
259
259
|
- !ruby/object:Gem::Version
|
260
|
-
version: 0.4.
|
260
|
+
version: 0.4.11
|
261
261
|
name: jrjackson
|
262
262
|
type: :runtime
|
263
263
|
prerelease: false
|
@@ -265,7 +265,7 @@ dependencies:
|
|
265
265
|
requirements:
|
266
266
|
- - '='
|
267
267
|
- !ruby/object:Gem::Version
|
268
|
-
version: 0.4.
|
268
|
+
version: 0.4.11
|
269
269
|
- !ruby/object:Gem::Dependency
|
270
270
|
requirement: !ruby/object:Gem::Requirement
|
271
271
|
requirements:
|