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.16 to 2.17.17 #19353

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2021

Bumps awssdk.version from 2.17.16 to 2.17.17.
Updates software.amazon.awssdk:bom from 2.17.16 to 2.17.17

Changelog

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

2.17.17 2021-08-11

AWS CodeBuild

  • Features

    • CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.

AWS SDK for Java v2

  • Bugfixes

    • Use "full jitter" & updated base delay for STANDARD retry mode defaults
  • Documentations

    • Create a shared, project-level IntelliJ inspection profile
    • Move IntelliJ code style & copyright configuration to project-level settings

AWS Snow Device Management

  • Features

    • AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices.

Amazon EC2 Container Service

  • Features

    • Documentation updates for ECS.

Amazon Elastic Block Store

  • Features

    • Documentation updates for Amazon EBS direct APIs.

Amazon Route 53

  • Features

    • Documentation updates for route53

AmazonNimbleStudio

  • Features

    • Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource.
Commits
  • 1656150 Merge pull request #1602 from aws/staging/5b0ed209-69d7-4ce6-b90e-6ce2be34975e
  • e190152 Release 2.17.17. Updated CHANGELOG.md, README.md and all pom.xml.
  • 458f858 Amazon EC2 Container Service Update: Documentation updates for ECS.
  • e3b896d Amazon Elastic Block Store Update: Documentation updates for Amazon EBS direc...
  • df3f2b2 AWS Snow Device Management Update: AWS Snow Family customers can remotely mon...
  • 41fe3c2 AmazonNimbleStudio Update: Add new attribute 'ownedBy' in Streaming Session A...
  • 558236b AWS CodeBuild Update: CodeBuild now allows you to make the build results for ...
  • b19d7c4 Amazon Route 53 Update: Documentation updates for route53
  • 9e80b51 Script generate_cross_link_data should be run before mvn install and mvn java...
  • 1be91c1 Fix a typo in the new S3TransferManager README (#2654)
  • Additional commits viewable in compare view

Updates apache-client from 2.17.16 to 2.17.17

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


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.16 to 2.17.17.

Updates `software.amazon.awssdk:bom` from 2.17.16 to 2.17.17
- [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.16...2.17.17)

Updates `apache-client` from 2.17.16 to 2.17.17

---
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 Aug 11, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 12, 2021

Failing Jobs - Building 06fd639

Status Name Step Test failures Logs Raw logs
Gradle Tests - JDK 11 Windows Build ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 16 Build Test failures Logs Raw logs

Full information is available in the Build summary check run.

Test Failures

⚙️ JVM Tests - JDK 16 #

📦 extensions/scheduler/deployment

io.quarkus.scheduler.test.metrics.MicrometerTimedTest.testTimedMethod line 63 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: Count=0 ==> expected: <true> but was: <false>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:193)
	at io.quarkus.scheduler.test.metrics.MicrometerTimedTest.testTimedMethod(MicrometerTimedTest.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:363)
	at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:331)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.la...

@gsmet gsmet merged commit e4037a9 into main Aug 12, 2021
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Aug 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/awssdk.version-2.17.17 branch August 12, 2021 07:55
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