aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-12-24 15:10:01 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-12-24 15:30:18 +0100
commit06ea895967e7861fad15cf2021d3545efa8de3d9 (patch)
tree48aea999298c51d231da63aa3f9ce6eff51d319a
parentf93b1b5e6a69268f416030850102e3fde456fe03 (diff)
downloadjgit-06ea895967e7861fad15cf2021d3545efa8de3d9.tar.gz
jgit-06ea895967e7861fad15cf2021d3545efa8de3d9.zip
Update spring-boot-maven-plugin to 2.4.1
Change-Id: I68a6c04a5c7e674410736a45ef0031a2c369a321 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 12940af8eb..dc2805b7d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.1.5.RELEASE</version>
+ <version>2.4.1</version>
</plugin>
</plugins>
</pluginManagement>