diff options
| author | Deliable <rbstsoul@gmail.com> | 2024-01-26 02:08:52 +0300 |
|---|---|---|
| committer | MiniDigger | Martin <admin@benndorf.dev> | 2024-01-26 20:55:22 +0100 |
| commit | 586205e67812ca78e2aaf5053b03acc5c8929712 (patch) | |
| tree | 0fc15cab85fc62002d56947f297aa2b12a9a5fdd | |
| parent | cf8c3b0146d8adce28fc9e9e1d94cca71d9ea96d (diff) | |
Keep Potato up to date
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.10.1</version> + <version>3.12.1</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -34,7 +34,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.4.1</version> + <version>3.6.3</version> </plugin> <plugin> <groupId>net.orfjackal.retrolambda</groupId> |
