Releases: marcwrobel/parent
Releases · marcwrobel/parent
3.2.0
Changed
- Bump org.springframework.boot:spring-boot-starter-parent from 3.1.0 to 3.2.4 (#129)
- Bump spotless-maven-plugin from 2.37.0 to 2.43.0 (#96, #99, #104, #118).
- Bump maven-release-plugin from 3.0.0 to 3.0.1 (#94).
- Bump sonar-maven-plugin from 3.9.1.2184 to 3.10.0.2594 (#101).
- Bump jib-maven-plugin from 3.3.2 to 3.4.1 (#103, #120).
- Bump jacoco-maven-plugin from 0.8.10 to 0.8.12 (#105, #126).
- Bump maven-gpg-plugin from 3.1.0 to 3.2.3 (#121, #123, #127).
- Bump sonar-maven-plugin from 3.10.0.2594 to 3.11.0.3922 (#122).
- Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (#113).
- Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.9 to 2.8.0 (#124).
Internal
- Use Java 17 in GitHub Actions (#101). It is now required by the sonar-maven-plugin, see
https://docs.sonarcloud.io/appendices/scanner-environment/. - Bump java from 17.0.7+7 to 17.0.10+7 (#100, #128).
- Bump maven from 3.9.2 to 3.9.6 (#128).
- Bump actions/checkout from 3 to 4 (#100).
- Bump actions/cache from 3 to 4 (#116).
- Bump actions/setup-java from 3 to 4 (#110).
3.1.0
3.0.2
Changed
- Bump spotless-maven-plugin from 2.33.0 to 2.36.0 (#67, #69, #76).
- Bump spring-boot-starter-parent from 3.0.3 to 3.0.6 (#68, #72, #78).
- Bump flatten-maven-plugin from 1.3.0 to 1.5.0 (#70, #73, #82).
- Bump maven-release-plugin from 2.5.3 to 3.0.0 (#71).
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.10 (#75, #79).
- Bump cyclonedx-maven-plugin from 2.7.5 to 2.7.8 (#74, #77, #80).
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#81).
3.0.1
Added
- Manage cyclonedx-maven-plugin (#58).
Changed
- Replace git-code-format-maven-plugin by spotless-maven-plugin (#54).
- Bump minimum required maven version from 2.8.6 to 2.8.7 (#62).
- Bump spring-boot-starter-parent from 3.0.0 to 3.0.3 (#57, #59, #60).
Internal
- Bump maven from 3.8.6 to 3.9.0 in
.tool-versions
(#61).
3.0.0
2.7.3
2.7.2
2.7.1
Changed
- Bump maven-site-plugin from 3.12.0 to 3.12.1 (#33).
- Bump spring-boot-starter-parent from 2.7.1 to 2.7.5 (#36).
- Bump flatten-maven-plugin from 1.2.7 to 1.3.0 (#37).
- Bump git-code-format-maven-plugin from 3.4 to 3.5 (#38).
- Bump jib-maven-plugin from 3.2.1 to 3.3.1 (#39).
Internal
- Prevent duplicate build workflow run on pull requests (#40).
- Disable sonar analysis on pull requests from forks (#40).
- Bump actions/checkout from 2 to 3 (#34).
- Bump actions/setup-java from 1 to 3 (#35).
- Switch to
temurin
forbuild
workflow (#35). - Activate
maven
cache inbuild
workflow (#35). - Reformat and annotate build workflow file (#41).
- Improve build workflow cache (#41). Add a cache for Sonar and explicitly configure Maven cache.
- Use
fetch_depth=0
instead of a custom command in build workflow to disable shallow clones (#41).
As seen on Sonarcloud documentation. - Add
CODEOWNERS
(#42). - Add a Contributor Covenant Code of Conduct (#42).
- Add a security policy (#42).
- Add a supported JVM versions badge (#42).
- Add a SonarCloud vulnerabilities badge (#42).
- Add a
.tool-versions
file (#42). - Schedule workflows runs every saturday (#42).
- Add a contribution guide (#42).
- Improve README (#42).