summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 16:15:55 +0100
committerManuel Bentele2021-12-17 16:15:55 +0100
commit9ae44f29c138a1b669f26e64d5f32b2585c25ce0 (patch)
tree714544b1362a575f506252c56cc25247e909e9bf
parentUpdate log4j because of the CVE-2021-45046 security flaw (diff)
downloadmaster-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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 70a3766..c6b5af2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>