Skip to content

Commit 92091b3

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) | `2.31.53` -> `2.31.54` | [![age](https://developer.mend.io/api/mc/badges/age/maven/software.amazon.awssdk:url-connection-client/2.31.54?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/software.amazon.awssdk:url-connection-client/2.31.54?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/software.amazon.awssdk:url-connection-client/2.31.53/2.31.54?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/software.amazon.awssdk:url-connection-client/2.31.53/2.31.54?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | `2.31.52` -> `2.31.54` | [![age](https://developer.mend.io/api/mc/badges/age/maven/software.amazon.awssdk:bom/2.31.54?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/software.amazon.awssdk:bom/2.31.54?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/software.amazon.awssdk:bom/2.31.52/2.31.54?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/software.amazon.awssdk:bom/2.31.52/2.31.54?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/KernelPanicAUS/aws-s3-lambda-dynamodb-batch-loader). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiZGVwZW5kZW5jeS11cGRhdGUiLCJyZW5vdmF0ZSJdfQ==-->
1 parent 4f8e787 commit 92091b3

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

0 commit comments

Comments
 (0)