From 8e7d8e420b3732abf25051b06a96ce8931fa16b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0eda?= <441048@mail.muni.cz> Date: Tue, 23 Feb 2021 10:56:47 +0000 Subject: [PATCH] Update Maven compiler plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 072927bb..e23acc35 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.5.1</version> + <version>3.8.1</version> <configuration> <source>11</source> <target>11</target> -- GitLab