Skip to content

Commit

Permalink
fix(deps): update spring cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 10, 2024
1 parent b0872d2 commit 3cea332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>4.0.5</version>
<version>4.1.3</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<properties>
<project.parent.version>${project.version}</project.parent.version>
<!-- Dependency versions -->
<spring-cloud-dependencies.version>2023.0.2</spring-cloud-dependencies.version>
<spring-cloud-dependencies.version>2023.0.3</spring-cloud-dependencies.version>
<spring-boot-dependencies.version>3.3.1</spring-boot-dependencies.version>
<spring-cloud-gcp-dependencies.version>${project.parent.version}</spring-cloud-gcp-dependencies.version>
<zipkin-gcp.version>2.2.4</zipkin-gcp.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>Spring Framework on Google Cloud Code Sample - Pub/Sub Bus Configuration Management</name>

<properties>
<spring-cloud-config.version>4.1.2</spring-cloud-config.version>
<spring-cloud-config.version>4.1.3</spring-cloud-config.version>
</properties>

<!-- The Spring Framework on Google Cloud BOM will manage spring-cloud-gcp version numbers for you. -->
Expand Down

0 comments on commit 3cea332

Please sign in to comment.