Skip to content

Commit

Permalink
Bump spring-boot-starter-parent from 2.7.6 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.6 to 3.0.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.6...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Dec 22, 2022
1 parent 1040739 commit febe684
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ can be incremented even for breaking changes.

### Changed

- Bump git-code-format-maven-plugin from 3.5 to 4.2 (#51).
- Bump spring-boot-starter-parent from 2.7.6 to 3.0.0 (#50).

### Removed

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.6</version>
<version>3.0.0</version>
<relativePath />
</parent>

<groupId>fr.marcwrobel</groupId>
<artifactId>parent</artifactId>
<version>2.7.4-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>parent</name>
Expand Down Expand Up @@ -201,8 +201,8 @@
</plugin>

<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<configuration>
<verbose>false</verbose>
</configuration>
Expand Down

0 comments on commit febe684

Please sign in to comment.