From 6fdca6828def1ce8395ce081f3923939fffdb7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 21:14:19 -0500 Subject: [PATCH] Bump spring-boot-starter-data-mongodb in /plugins/maven/example-client (#545) Bumps [spring-boot-starter-data-mongodb](https://github.com/spring-projects/spring-boot) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.2...v2.4.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/maven/example-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/maven/example-client/pom.xml b/plugins/maven/example-client/pom.xml index 01d58b6a..1dc78efc 100644 --- a/plugins/maven/example-client/pom.xml +++ b/plugins/maven/example-client/pom.xml @@ -124,7 +124,7 @@ org.springframework.boot spring-boot-starter-data-mongodb - 2.4.2 + 2.4.3 -- GitLab