Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-starter-parent from 3.2.0 t…
Browse files Browse the repository at this point in the history
…o 3.3.1 in /complete in the guide-dependencies-maven group across 1 directory (#20)

* Bump org.springframework.boot:spring-boot-starter-parent

Bumps the guide-dependencies-maven group with 1 update in the /complete directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot).


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.2.0 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0...v3.3.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Spring Cloud version to match Boot version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert McNees <[email protected]>
  • Loading branch information
dependabot[bot] and Robert McNees authored Jul 9, 2024
1 parent 29c639b commit 5a4df3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -41,7 +41,7 @@
</dependencyManagement>

<properties>
<spring-cloud.version>2023.0.0</spring-cloud.version>
<spring-cloud.version>2023.0.2</spring-cloud.version>
</properties>

<build>
Expand Down

0 comments on commit 5a4df3e

Please sign in to comment.