From cb9aa648833b6f299720b32d94e5e928802a4ba6 Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate@fachschaften.org> Date: Tue, 30 Apr 2024 10:57:05 +0000 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f28a1d..6fc7998 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.11.0</version> + <version>3.13.0</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> -- GitLab