Skip to content

Commit 360cd2f

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.26` -> `2.19.27` | [![age](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:url-connection-client/2.19.27/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:url-connection-client/2.19.27/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:url-connection-client/2.19.27/compatibility-slim/2.19.26)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:url-connection-client/2.19.27/confidence-slim/2.19.26)](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.26` -> `2.19.27` | [![age](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:bom/2.19.27/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:bom/2.19.27/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:bom/2.19.27/compatibility-slim/2.19.26)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/software.amazon.awssdk:bom/2.19.27/confidence-slim/2.19.26)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aws/aws-sdk-java-v2</summary> ### [`v2.19.27`](https://togithub.com/aws/aws-sdk-java-v2/blob/HEAD/CHANGELOG.md#&#8203;21927-2023-01-30) [Compare Source](https://togithub.com/aws/aws-sdk-java-v2/compare/2.19.26...2.19.27) #### **AWS Application Discovery Service** - ### Features - Update ImportName validation to 255 from the current length of 100 #### **AWS CloudFormation** - ### Features - This feature provides a method of obtaining which regions a stackset has stack instances deployed in. #### **AWS Elemental MediaConvert** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **Amazon CloudDirectory** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **Amazon Data Lifecycle Manager** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **Amazon Elastic Compute Cloud** - ### Features - We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route. #### **Amazon Simple Workflow Service** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **DynamoDB Enhanced Client** - ### Bugfixes - Cache BeanTableSchema and ImmutableTableSchema to prevent potential metaspace memory leak with JDK 15+. See [#&#8203;3701](https://togithub.com/aws/aws-sdk-java-v2/issues/3701). #### **EC2 Image Builder** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. #### **Managed Streaming for Kafka** - ### Features - Enabled FIPS endpoints for GovCloud (US) regions in SDK. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=-->
1 parent 1f58e59 commit 360cd2f

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.26</version>
13+
<version>2.19.27</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.26</version>
28+
<version>2.19.27</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>software.amazon.awssdk</groupId>

0 commit comments

Comments
 (0)