Skip to content

Commit

Permalink
This PR contains the following updates:
Browse files Browse the repository at this point in the history
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [software.amazon.awssdk:url-connection-client](https://aws.amazon.com/sdkforjava) | `2.28.5` -> `2.28.6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/software.amazon.awssdk:url-connection-client/2.28.6?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.28.6?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.28.5/2.28.6?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.28.5/2.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | `2.28.5` -> `2.28.6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/software.amazon.awssdk:bom/2.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/software.amazon.awssdk:bom/2.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/software.amazon.awssdk:bom/2.28.5/2.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/software.amazon.awssdk:bom/2.28.5/2.28.6?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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiZGVwZW5kZW5jeS11cGRhdGUiLCJyZW5vdmF0ZSJdfQ==-->
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent 17dff69 commit ad12e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.28.5</version>
<version>2.28.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>url-connection-client</artifactId>
<version>2.28.5</version>
<version>2.28.6</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down

0 comments on commit ad12e22

Please sign in to comment.