From 648ac711b99b120eed3afde86732e85e0c51f1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:10:54 +0000 Subject: [PATCH] Bump com.cosium.spring.data:spring-data-jpa-entity-graph Bumps [com.cosium.spring.data:spring-data-jpa-entity-graph](https://github.com/Cosium/spring-data-jpa-entity-graph) from 3.0.1 to 3.1.0. - [Commits](https://github.com/Cosium/spring-data-jpa-entity-graph/compare/3.0.1...3.1.0) --- updated-dependencies: - dependency-name: com.cosium.spring.data:spring-data-jpa-entity-graph dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2bf1c9c..6f6a70c 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ ext { lombokMapstructBinding = "0.2.0" mapstructVersion = "1.5.5.Final" jpamodelgenVersion = "6.2.7.Final" - springDataJpaEntityGraphVersion = "3.0.1" + springDataJpaEntityGraphVersion = "3.1.0" janinoVersion = "3.1.10" springBootDataSourceDecoratorVersion = "1.9.0" passayVersion = "1.6.3"