Skip to content

Commit

Permalink
Bump the boot group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the boot group with 4 updates: [org.springframework.boot:spring-boot-starter-parent](/~https://github.com/spring-projects/spring-boot), [com.google.cloud:spring-cloud-gcp-dependencies](/~https://github.com/GoogleCloudPlatform/spring-cloud-gcp), software.amazon.awssdk:bom and [com.azure.spring:spring-cloud-azure-dependencies](/~https://github.com/Azure/azure-sdk-for-java).


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

Updates `com.google.cloud:spring-cloud-gcp-dependencies` from 5.0.2 to 5.1.0
- [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.0)

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

Updates `com.azure.spring:spring-cloud-azure-dependencies` from 5.9.1 to 5.10.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.10.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: 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: 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 Mar 18, 2024
1 parent ca855aa commit ebc45a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>io.dsql</groupId>
Expand All @@ -16,10 +16,10 @@
<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-gcp.version>5.1.0</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>
<aws-java-sdk.version>2.25.11</aws-java-sdk.version>
<spring-cloud-azure.version>5.10.0</spring-cloud-azure.version>
<ybdb.driver.version>42.3.5-yb-4</ybdb.driver.version>
</properties>
<dependencies>
Expand Down

0 comments on commit ebc45a1

Please sign in to comment.