diff options
author | Manuel Bentele | 2021-12-17 16:15:55 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-17 16:15:55 +0100 |
commit | 9ae44f29c138a1b669f26e64d5f32b2585c25ce0 (patch) | |
tree | 714544b1362a575f506252c56cc25247e909e9bf | |
parent | Update log4j because of the CVE-2021-45046 security flaw (diff) | |
download | master-sync-shared-9ae44f29c138a1b669f26e64d5f32b2585c25ce0.tar.gz master-sync-shared-9ae44f29c138a1b669f26e64d5f32b2585c25ce0.tar.xz master-sync-shared-9ae44f29c138a1b669f26e64d5f32b2585c25ce0.zip |
Update version of Maven build plugins
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.6.1</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -42,6 +42,7 @@ </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>3.0.0</version> <executions> <execution> <phase>package</phase> |