diff options
| author | Eymen Sevil <72627840+notdeliable@users.noreply.github.com> | 2022-10-24 23:31:18 +0300 |
|---|---|---|
| committer | MiniDigger | Martin <admin@benndorf.dev> | 2022-10-25 16:03:25 +0200 |
| commit | cf8c3b0146d8adce28fc9e9e1d94cca71d9ea96d (patch) | |
| tree | daafb44342079150d1fbc612265012c5b7a3396e | |
| parent | 8e4e9efc87e21d5de94c86acced57c26c397aba4 (diff) | |
Plugin version update
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,7 +11,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.7.0</version> + <version>3.10.1</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -20,7 +20,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.0.2</version> + <version>3.3.0</version> <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor> @@ -34,12 +34,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.0.0</version> + <version>3.4.1</version> </plugin> <plugin> <groupId>net.orfjackal.retrolambda</groupId> <artifactId>retrolambda-maven-plugin</artifactId> - <version>2.5.3</version> + <version>2.5.7</version> <executions> <execution> <goals> |
