Skip to content

Commit

Permalink
Bump the boot group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the boot group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](/~https://github.com/spring-projects/spring-boot) | `3.2.2` | `3.2.5` |
| [org.springframework.cloud:spring-cloud-dependencies](/~https://github.com/spring-cloud/spring-cloud-release) | `2023.0.0` | `2023.0.1` |
| [com.google.cloud:spring-cloud-gcp-dependencies](/~https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `5.0.2` | `5.1.2` |
| software.amazon.awssdk:bom | `2.24.0` | `2.25.35` |
| [io.awspring.cloud:spring-cloud-aws-dependencies](/~https://github.com/awspring/spring-cloud-aws) | `3.1.0` | `3.1.1` |
| [com.azure.spring:spring-cloud-azure-dependencies](/~https://github.com/Azure/azure-sdk-for-java) | `5.9.1` | `5.11.0` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.2.2 to 3.2.5
- [Release notes](/~https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.5)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2023.0.0 to 2023.0.1
- [Release notes](/~https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2023.0.0...v2023.0.1)

Updates `com.google.cloud:spring-cloud-gcp-dependencies` from 5.0.2 to 5.1.2
- [Release notes](/~https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](/~https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v5.0.2...v5.1.2)

Updates `software.amazon.awssdk:bom` from 2.24.0 to 2.25.35

Updates `io.awspring.cloud:spring-cloud-aws-dependencies` from 3.1.0 to 3.1.1
- [Release notes](/~https://github.com/awspring/spring-cloud-aws/releases)
- [Commits](awspring/spring-cloud-aws@v3.1.0...v3.1.1)

Updates `com.azure.spring:spring-cloud-azure-dependencies` from 5.9.1 to 5.11.0
- [Release notes](/~https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@spring-cloud-azure_5.9.1...spring-cloud-azure_5.11.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boot
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boot
- dependency-name: com.google.cloud:spring-cloud-gcp-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: boot
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: boot
- dependency-name: io.awspring.cloud:spring-cloud-aws-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boot
- dependency-name: com.azure.spring:spring-cloud-azure-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: boot
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent ca855aa commit 19d951b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>io.dsql</groupId>
Expand All @@ -15,11 +15,11 @@
<description>Spring boot integration with secret managers</description>
<properties>
<java.version>17</java.version>
<spring-cloud.version>2023.0.0</spring-cloud.version>
<spring-cloud-gcp.version>5.0.2</spring-cloud-gcp.version>
<spring-cloud-aws.version>3.1.0</spring-cloud-aws.version>
<aws-java-sdk.version>2.24.0</aws-java-sdk.version>
<spring-cloud-azure.version>5.9.1</spring-cloud-azure.version>
<spring-cloud.version>2023.0.1</spring-cloud.version>
<spring-cloud-gcp.version>5.1.2</spring-cloud-gcp.version>
<spring-cloud-aws.version>3.1.1</spring-cloud-aws.version>
<aws-java-sdk.version>2.25.35</aws-java-sdk.version>
<spring-cloud-azure.version>5.11.0</spring-cloud-azure.version>
<ybdb.driver.version>42.3.5-yb-4</ybdb.driver.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 19d951b

Please sign in to comment.