From 82ea54a362ff9251b6b004d9e93c932b66ce9c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:29:29 +0000 Subject: [PATCH] Bump spring-data-jpa in /SpringBoot-RestApi Bumps spring-data-jpa from 1.0.0.RELEASE to 1.11.23.RELEASE. --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-jpa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SpringBoot-RestApi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringBoot-RestApi/pom.xml b/SpringBoot-RestApi/pom.xml index 10cded6..bc2b2cd 100644 --- a/SpringBoot-RestApi/pom.xml +++ b/SpringBoot-RestApi/pom.xml @@ -51,7 +51,7 @@ org.springframework.data spring-data-jpa - 1.0.0.RELEASE + 1.11.23.RELEASE