From 28e9083a1b2c7eae4bf29979e0eb2cebe0c02b10 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Sun, 19 Dec 2021 12:59:23 +0000 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.8.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2c3883..c0a1bf1 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> -- GitLab