Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring.boot.version from 2.7.4 to 2.7.5 #346

Merged
merged 1 commit into from
Dec 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump spring.boot.version from 2.7.4 to 2.7.5
Bumps `spring.boot.version` from 2.7.4 to 2.7.5.

Updates `spring-boot-starter-data-jpa` from 2.7.4 to 2.7.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.5)

Updates `spring-boot-starter-web` from 2.7.4 to 2.7.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.5)

Updates `spring-boot-starter-test` from 2.7.4 to 2.7.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2022
commit 5489a3ec2f65f8b090c97fe587715b06454a17bf
2 changes: 1 addition & 1 deletion transactionoutbox-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</description>

<properties>
<spring.boot.version>2.7.4</spring.boot.version>
<spring.boot.version>2.7.5</spring.boot.version>
<spring.version>5.3.23</spring.version>
</properties>

Expand Down