diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 13:07:33 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 13:07:33 +0200 |
commit | 9a60f7f7a8df7a5f77eccc450173ddec50fdc2dd (patch) | |
tree | 5a5321b4bc015d28dc3ffa1b20b6dbf3afc17d8e /org.eclipse.jgit.benchmarks | |
parent | 5fcd681ace6ea52d997704ad2e1397987124fb2f (diff) | |
download | jgit-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.xml | 2 |
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> |