From dea2937b9db7be7747b695cebcea4ce7908e50f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 16:52:17 +0000 Subject: [PATCH] Bump spring-data-jpa in /examples/spring-data-proxy Bumps spring-data-jpa from 1.0.3.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] --- examples/spring-data-proxy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spring-data-proxy/pom.xml b/examples/spring-data-proxy/pom.xml index 8ef600f4..c3fe43b6 100644 --- a/examples/spring-data-proxy/pom.xml +++ b/examples/spring-data-proxy/pom.xml @@ -63,7 +63,7 @@ org.springframework.data spring-data-jpa - 1.0.3.RELEASE + 1.11.23.RELEASE