From 0cac2e26036449cb89ea161a922fec4433ff8fe7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:56:15 +0100 Subject: [PATCH] Upgrade to Maven Source Plugin 3.3.0 Closes gh-35962 --- 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 973b2216a38..caebd11efcf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -951,7 +951,7 @@ bom { ] } } - library("Maven Source Plugin", "3.2.1") { + library("Maven Source Plugin", "3.3.0") { group("org.apache.maven.plugins") { plugins = [ "maven-source-plugin"