aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-06-27 13:07:33 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-06-27 13:07:33 +0200
commit9a60f7f7a8df7a5f77eccc450173ddec50fdc2dd (patch)
tree5a5321b4bc015d28dc3ffa1b20b6dbf3afc17d8e /org.eclipse.jgit.benchmarks
parent5fcd681ace6ea52d997704ad2e1397987124fb2f (diff)
downloadjgit-9a60f7f7a8df7a5f77eccc450173ddec50fdc2dd.tar.gz
jgit-9a60f7f7a8df7a5f77eccc450173ddec50fdc2dd.zip
Update maven-compiler-plugin to 3.11.0
Change-Id: Ia63fd770ebb8b44dcb3e09721c890fc2b42cbcec
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r--org.eclipse.jgit.benchmarks/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml
index 7d97fcc2e6..d1e9d6224f 100644
--- a/org.eclipse.jgit.benchmarks/pom.xml
+++ b/org.eclipse.jgit.benchmarks/pom.xml
@@ -76,7 +76,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.10.1</version>
+ <version>3.11.0</version>
<configuration>
<encoding>UTF-8</encoding>
<release>${java.version}</release>