From 1d04a115ba3d436d2a7fd1e23365a64cfaea0a7b Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-fit-connect@fitko.de> Date: Thu, 1 Sep 2022 15:02:50 +0000 Subject: [PATCH] Update dependency org.codehaus.mojo:exec-maven-plugin to v3.1.0 --- open-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-api/pom.xml b/open-api/pom.xml index e693c92c1..2ad94f5b4 100644 --- a/open-api/pom.xml +++ b/open-api/pom.xml @@ -86,7 +86,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> <configuration> <mainClass>de.fitko.fitconnect.api.postprocessing.ModelClassPostProcessor</mainClass> <workingDirectory>postprocessing</workingDirectory> -- GitLab