From 30cc165a760ff37abf731f57a3d00083fd7be564 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 12:53:31 +0100 Subject: [PATCH] Upgrade to Maven Source Plugin 3.3.1 Closes gh-40256 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 162143f86ab..4107f66e73d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1218,7 +1218,7 @@ bom { ] } } - library("Maven Source Plugin", "3.3.0") { + library("Maven Source Plugin", "3.3.1") { group("org.apache.maven.plugins") { plugins = [ "maven-source-plugin"