From 09f78adb18c0aa15e5c3357435c363e9620b7ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:19:38 +0000 Subject: [PATCH] Bump spring.boot.version from 2.6.6 to 2.7.1 Bumps `spring.boot.version` from 2.6.6 to 2.7.1. Updates `spring-boot-starter-data-jpa` from 2.6.6 to 2.7.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.6...v2.7.1) Updates `spring-boot-starter-web` from 2.6.6 to 2.7.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.6...v2.7.1) Updates `spring-boot-starter-test` from 2.6.6 to 2.7.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.6...v2.7.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- transactionoutbox-spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transactionoutbox-spring/pom.xml b/transactionoutbox-spring/pom.xml index 75f612c9..2a0d6c0b 100644 --- a/transactionoutbox-spring/pom.xml +++ b/transactionoutbox-spring/pom.xml @@ -16,7 +16,7 @@ - 2.6.6 + 2.7.1 5.3.16