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 awssdk.version from 2.17.35 to 2.17.37 #20043

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2021

Bumps awssdk.version from 2.17.35 to 2.17.37.
Updates software.amazon.awssdk:bom from 2.17.35 to 2.17.37

Changelog

Sourced from software.amazon.awssdk:bom's changelog.

2.17.37 2021-09-09

AWS SDK for Java v2

  • Features

    • Updated service endpoint metadata.

Amazon CodeGuru Reviewer

  • Features

    • The Amazon CodeGuru Reviewer API now includes the RuleMetadata data object and a Severity attribute on a RecommendationSummary object. A RuleMetadata object contains information about a rule that generates a recommendation. Severity indicates how severe the issue associated with a recommendation is.

Amazon EMR

  • Features

    • This release enables customers to login to EMR Studio using AWS Identity and Access Management (IAM) identities or identities in their Identity Provider (IdP) via IAM.

Amazon Lookout for Equipment

  • Features

    • Added OffCondition parameter to CreateModel API

2.17.36 2021-09-08

AWS Resource Access Manager

  • Features

    • A minor text-only update that fixes several customer issues.

AWS SDK for Java v2

  • Features

    • Improve performance of generated enum methods

Amazon OpenSearch Service

  • Features

    • Updated Configuration APIs for Amazon OpenSearch Service (successor to Amazon Elasticsearch Service)

Managed Streaming for Kafka

  • Features

    • Amazon MSK has added a new API that allows you to update the encrypting and authentication settings for an existing cluster.
Commits
  • b959fd7 Merge pull request #1681 from aws/staging/3ba8be65-dc3b-4f8e-9b75-ee8071cdf421
  • 82ffab9 Release 2.17.37. Updated CHANGELOG.md, README.md and all pom.xml.
  • 53ceba4 Updated endpoints.json.
  • 89bcef8 Amazon EMR Update: This release enables customers to login to EMR Studio usin...
  • 93d11fc Amazon Lookout for Equipment Update: Added OffCondition parameter to CreateMo...
  • cafc94f Amazon CodeGuru Reviewer Update: The Amazon CodeGuru Reviewer API now include...
  • 5d91d30 Remove unnecessary test code (#2697)
  • 092edc8 Update to next snapshot version: 2.17.37-SNAPSHOT
  • 5502ffe Merge pull request #1678 from aws/staging/f7b1b982-7203-4a35-9586-31bfd08f2955
  • 00651ba Release 2.17.36. Updated CHANGELOG.md, README.md and all pom.xml.
  • Additional commits viewable in compare view

Updates apache-client from 2.17.35 to 2.17.37

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @gastaldi.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `awssdk.version` from 2.17.35 to 2.17.37.

Updates `software.amazon.awssdk:bom` from 2.17.35 to 2.17.37
- [Release notes](https://github.com/aws/aws-sdk-java-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java-v2@2.17.35...2.17.37)

Updates `apache-client` from 2.17.35 to 2.17.37

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Sep 9, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 10, 2021

Failing Jobs - Building ec2456e

Status Name Step Failures Logs Raw logs
MicroProfile TCKs Tests Verify Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/resteasy-reactive 

📦 tcks/resteasy-reactive

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (test) on project quarkus-tck-resteasy-reactive: Command execution failed.

📦 tcks/resteasy-reactive/target/testsuite/tests

com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.argumentIsNullWhenRegistredClassTest line 209 - More details - Source on GitHub

com.sun.ts.tests.jaxrs.common.JAXRSCommonClient$Fault: Unexpected response content No name has been set yet expecting NULL
	at com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.assertString(JAXRSClient0164.java:458)
	at com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.argumentIsNullWhenRegistredClassTest(JAXRSClient0164.java:209)

Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@gastaldi gastaldi merged commit e644df8 into main Sep 10, 2021
@gastaldi gastaldi deleted the dependabot/maven/awssdk.version-2.17.37 branch September 10, 2021 01:33
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant