Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.amazonaws:aws-java-sdk-bundle from 1.12.491 to 1.12.519 #313

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `org.json4s:json4s-ast_2.10` from 3.2.10 to 3.6.12
- Bumps `org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7` from 1.0.0 to 1.1.1
- Bumps `org.apache.avro:avro` from 1.7.7 to 1.8.2
- Bumps `com.amazonaws:aws-java-sdk-bundle` from 1.12.451 to 1.12.482
- Bumps `com.amazonaws:aws-java-sdk-bundle` from 1.12.451 to 1.12.519

### Changed

Expand Down
1 change: 0 additions & 1 deletion licenses/aws-java-sdk-bundle-1.12.491.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/aws-java-sdk-bundle-1.12.519.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6080d247c5886546cbca5e31d5c2349ddc9743fd
2 changes: 1 addition & 1 deletion mr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
exclude group: "org.apache.directory.api", module: "api-ldap-schema-data"
exclude group: 'com.fasterxml.jackson.core'
}
implementation 'com.amazonaws:aws-java-sdk-bundle:1.12.491'
implementation 'com.amazonaws:aws-java-sdk-bundle:1.12.519'
}

String generatedResources = "$buildDir/generated-resources/main"
Expand Down
1 change: 0 additions & 1 deletion mr/licenses/aws-java-sdk-bundle-1.12.491.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions mr/licenses/aws-java-sdk-bundle-1.12.519.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6080d247c5886546cbca5e31d5c2349ddc9743fd
Loading