diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 15:10:01 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 15:30:18 +0100 |
commit | 06ea895967e7861fad15cf2021d3545efa8de3d9 (patch) | |
tree | 48aea999298c51d231da63aa3f9ce6eff51d319a | |
parent | f93b1b5e6a69268f416030850102e3fde456fe03 (diff) | |
download | jgit-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |