diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 10:42:50 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 10:42:50 +0200 |
commit | a00f1663dc5c15974f93109c626abdc4dabb19c2 (patch) | |
tree | badefb56927adbd99c6cad595e77f7368b0739d0 | |
parent | d32352a44795f855b71c1177ca6de5c797b4b5b9 (diff) | |
download | jgit-a00f1663dc5c15974f93109c626abdc4dabb19c2.tar.gz jgit-a00f1663dc5c15974f93109c626abdc4dabb19c2.zip |
Update spring-boot-maven-plugin to 2.7.13
Change-Id: I9d28540971a9c45f961ccfef1123a0a4ba3f88f2
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -388,7 +388,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.7.11</version> + <version>2.7.13</version> </plugin> <plugin> <groupId>org.eclipse.dash</groupId> |