Skip to content

Commit bfd9bb2

Browse files
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [software.amazon.awssdk:url-connection-client](https://aws.amazon.com/sdkforjava) ([source](https://togithub.com/aws/aws-sdk-java-v2)) | `2.19.27` -> `2.19.28` | [![age](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:url-connection-client/2.19.28/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:url-connection-client/2.19.28/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:url-connection-client/2.19.28/compatibility-slim/2.19.27)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:url-connection-client/2.19.28/confidence-slim/2.19.27)](https://docs.renovatebot.com/merge-confidence/) | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) ([source](https://togithub.com/aws/aws-sdk-java-v2)) | `2.19.27` -> `2.19.28` | [![age](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:bom/2.19.28/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:bom/2.19.28/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:bom/2.19.28/compatibility-slim/2.19.27)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:bom/2.19.28/confidence-slim/2.19.27)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aws/aws-sdk-java-v2</summary> ### [`v2.19.28`](https://togithub.com/aws/aws-sdk-java-v2/blob/HEAD/CHANGELOG.md#&#8203;21928-2023-01-31) [Compare Source](https://togithub.com/aws/aws-sdk-java-v2/compare/2.19.27...2.19.28) #### **AWS AppSync** - ### Features - This release introduces the feature to support EventBridge as AppSync data source. #### **AWS CRT-based S3 Client** - ### Bugfixes - Fixed an issue where port number was not added to host header. See [#&#8203;3721](https://togithub.com/aws/aws-sdk-java-v2/issues/3721) and [#&#8203;3682](https://togithub.com/aws/aws-sdk-java-v2/issues/3682). #### **AWS CloudTrail** - ### Features - Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel. #### **AWS CloudTrail Data Service** - ### Features - Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake. #### **AWS Ground Station** - ### Features - DigIF Expansion changes to the Customer APIs. #### **AWS IoT** - ### Features - Added support for IoT Rules Engine Cloudwatch Logs action batch mode. #### **AWS Outposts** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **AWS SDK for Java v2** - ### Features - Updated endpoint and partition metadata. #### **AWS SecurityHub** - ### Features - New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled. #### **AWS Support** - ### Features - This fixes incorrect endpoint construction when a customer is explicitly setting a region. #### **Access Analyzer** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **Amazon Connect Participant Service** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **Amazon Elastic Compute Cloud** - ### Features - This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K. #### **Amazon Kinesis** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **Amazon OpenSearch Service** - ### Features - Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy. #### **Amazon Polly** - ### Features - Amazon Polly adds two new neural American English voices - Ruth, Stephen #### **Amazon SageMaker Service** - ### Features - Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization. #### **CodeArtifact** - ### Features - This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/KernelPanicAUS/aws-s3-lambda-dynamodb-batch-loader). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=-->
1 parent 360cd2f commit bfd9bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>software.amazon.awssdk</groupId>
1212
<artifactId>bom</artifactId>
13-
<version>2.19.27</version>
13+
<version>2.19.28</version>
1414
<type>pom</type>
1515
<scope>import</scope>
1616
</dependency>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>software.amazon.awssdk</groupId>
2727
<artifactId>url-connection-client</artifactId>
28-
<version>2.19.27</version>
28+
<version>2.19.28</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>software.amazon.awssdk</groupId>

0 commit comments

Comments
 (0)