From 61a1a618504909293248f3d747561f1847a8026f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:45:29 +0000 Subject: [PATCH] Bump spring.boot.version from 3.2.1 to 3.2.3 Bumps `spring.boot.version` from 3.2.1 to 3.2.3. Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v3.2.3) Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v3.2.3) Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v3.2.3) --- 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] --- 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 b53226cb..aba4749a 100644 --- a/transactionoutbox-spring/pom.xml +++ b/transactionoutbox-spring/pom.xml @@ -15,7 +15,7 @@ 17 17 - 3.2.1 + 3.2.3 6.1.4