embulk-output-s3 1.6.0-java → 1.7.0-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: d244ff99971d3326507d7979e2a5711755faf33a609f076249a8d072db8dd82a
4
- data.tar.gz: e4afd75dc4d2ad212db3044b62b54beb1941c54f7a16d06583aba9ec7d9bdec2
3
+ metadata.gz: 4e75ca8d10a7de018b711f87988438a2006d2d7cb667b3330ea1190a48c737b6
4
+ data.tar.gz: aea84118f7beb3cc990501b4796b0412a2b9fa40ed7a7ca40b245b3d3162a366
5
5
  SHA512:
6
- metadata.gz: c06946214e27b502020b5a838bb40fdc5aadde65d00976149c9849c01c09e8c80086b0172e008e98287368e8d12e63dfa82511f3d4c5157d5824e0a7770c4f22
7
- data.tar.gz: d4645eb80fbd1afd58db6211c0f20230b6fc26478e2e65f37409412583d4400fcea2a1a5c7eac89420277d281831d988ec0e3e2f9a5a939de9386ce9f6df0464
6
+ metadata.gz: a956f1ef43cb25e986caa99f42f9c4112ec4dea43f0053aab6986abdf196290449d134005f0c212988e0afdcf2c98e7b27bebbe1e768a03da684383f664d81f3
7
+ data.tar.gz: 60037f9500a74d6edbd18f9002992b6cde37dfcb69b694b317e1658c7e8bcb70806d35f8c2efdfa1add93a4c781a231457c734b0dfb10fc6741b143b46d05cfc
data/NOTICE CHANGED
@@ -23,7 +23,7 @@ It is licensed under the Apache Software License, Version 2.0.
23
23
  The gem distribution of this product includes a JAR of the Apache HttpClient 4.5 (http://hc.apache.org/httpcomponents-client-4.5.x/index.html), as-is.
24
24
  It is licensed under the Apache Software License, Version 2.0.
25
25
 
26
- The gem distribution of this product includes a JAR of the Apache HttpCore 4.5 (http://hc.apache.org/httpcomponents-core-4.4.x/index.html), as-is.
26
+ The gem distribution of this product includes a JAR of the Apache HttpCore 4.4 (http://hc.apache.org/httpcomponents-core-4.4.x/index.html), as-is.
27
27
  It is licensed under the Apache Software License, Version 2.0.
28
28
 
29
29
  The gem distribution of this product includes a JAR of the JCL 1.2 implemented over SLF4J (http://www.slf4j.org/legacy.html) 1.7, as-is.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: java
6
6
  authors:
7
7
  - Manabu Takayama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Stores files on S3.
14
14
  email:
@@ -19,23 +19,26 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - LICENSE
21
21
  - NOTICE
22
- - classpath/aws-java-sdk-core-1.11.271.jar
23
- - classpath/aws-java-sdk-kms-1.11.271.jar
24
- - classpath/aws-java-sdk-s3-1.11.271.jar
25
- - classpath/commons-codec-1.9.jar
26
- - classpath/embulk-output-s3-1.6.0.jar
22
+ - classpath/aws-java-sdk-core-1.11.1034.jar
23
+ - classpath/aws-java-sdk-kms-1.11.1034.jar
24
+ - classpath/aws-java-sdk-s3-1.11.1034.jar
25
+ - classpath/commons-codec-1.15.jar
26
+ - classpath/embulk-output-s3-1.7.0.jar
27
27
  - classpath/embulk-util-config-0.3.1.jar
28
28
  - classpath/embulk-util-file-0.1.3.jar
29
- - classpath/httpclient-4.5.2.jar
30
- - classpath/httpcore-4.4.4.jar
29
+ - classpath/httpclient-4.5.13.jar
30
+ - classpath/httpcore-4.4.13.jar
31
31
  - classpath/ion-java-1.0.2.jar
32
32
  - classpath/jackson-annotations-2.6.7.jar
33
33
  - classpath/jackson-core-2.6.7.jar
34
34
  - classpath/jackson-databind-2.6.7.1.jar
35
35
  - classpath/jackson-dataformat-cbor-2.6.7.jar
36
36
  - classpath/jackson-datatype-jdk8-2.6.7.jar
37
+ - classpath/jaxb-api-2.2.11.jar
38
+ - classpath/jaxb-core-2.2.11.jar
39
+ - classpath/jaxb-impl-2.2.11.jar
37
40
  - classpath/jcl-over-slf4j-1.7.12.jar
38
- - classpath/jmespath-java-1.11.271.jar
41
+ - classpath/jmespath-java-1.11.1034.jar
39
42
  - classpath/joda-time-2.9.2.jar
40
43
  - classpath/validation-api-1.1.0.Final.jar
41
44
  - lib/embulk/output/s3.rb
Binary file
Binary file
Binary file
Binary file
Binary file