From d4f3d3b5739cc34416e222010c65aa58055189f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 07:28:24 +0000 Subject: [PATCH] Bump spring-data-mongodb from 2.1.8.RELEASE to 3.3.5 in /dispatcher Bumps [spring-data-mongodb](https://github.com/spring-projects/spring-data-mongodb) from 2.1.8.RELEASE to 3.3.5. - [Release notes](https://github.com/spring-projects/spring-data-mongodb/releases) - [Commits](https://github.com/spring-projects/spring-data-mongodb/compare/2.1.8.RELEASE...3.3.5) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-mongodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dispatcher/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatcher/pom.xml b/dispatcher/pom.xml index 3c65a5a..b48d70d 100644 --- a/dispatcher/pom.xml +++ b/dispatcher/pom.xml @@ -30,7 +30,7 @@ org.springframework.data spring-data-mongodb - 2.1.8.RELEASE + 3.3.5 com.github.lite2073