From 2f4b4a32cd9475c3c63944f2bc9e993766b14791 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 18:00:11 +0100 Subject: [PATCH] Upgrade to Maven Source Plugin 3.3.1 Closes gh-40306 --- 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 47c05ee0eb9..0b75093b04e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -974,7 +974,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"