From 9697f75e2bf9ae6a1e3959a705492bcb8c0f22ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:09:48 +0000 Subject: [PATCH] Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e983647b..0caba874 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.4.0</version> + <version>3.4.1</version> <relativePath /> <!-- lookup parent from repository --> </parent> <properties>