Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
chore(deps): bump spring-boot-starter-parent from 2.5.1 to 2.5.2 (#42)
Browse files Browse the repository at this point in the history
* chore(deps): bump spring-boot-starter-parent from 2.5.1 to 2.5.2

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.1...v2.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update CHANGELOG.md

* Update pom.xml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ronja Quensel <[email protected]>
  • Loading branch information
dependabot[bot] and ronjaquensel authored Jun 28, 2021
1 parent 81c1fdc commit 594b18e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.1.2] -

### Changed

- Change Spring Boot version to 2.5.2.

## [1.1.1] - 2021-06-18

### Changed
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -36,7 +36,7 @@

<properties>
<!-- General -->
<revision>1.1.1</revision>
<revision>1.1.2</revision>
<email>[email protected]</email>

<!-- Build info -->
Expand Down

0 comments on commit 594b18e

Please sign in to comment.