diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:27:11 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:36:44 +0200 |
commit | 4a6d21cdc7f9acee31bd1e898fda2226a7b326a4 (patch) | |
tree | a08ef3847c5f428b83612f56661034087f84aae6 /pom.xml | |
parent | 83a79d39cd50ea58a9629a496d24265c6841ead6 (diff) | |
download | jgit-4a6d21cdc7f9acee31bd1e898fda2226a7b326a4.tar.gz jgit-4a6d21cdc7f9acee31bd1e898fda2226a7b326a4.zip |
Update jacoco-maven-plugin to 0.8.12
Change-Id: I5fb1228199159c82d426dcb22aabd39411f381c7
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.11</version> + <version>0.8.12</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |