commit | 55fcf8d26b0f84810adee7d506f1f5f5035b8d06 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Feb 27 18:58:07 2023 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Mar 01 09:23:15 2023 +0100 |
tree | 27bbe809fb955a0789765f1cc57d45bcdaccbe6c | |
parent | 165927d0e63f498c89889e5345df6a23594bd583 [diff] |
Bump maven-compiler-plugin from 3.9.0 to 3.11.0 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.11.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.11.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #75 Change-Id: Ia36a80ab4af0cddb193771bee530bec1ec81f89f
diff --git a/pom.xml b/pom.xml index 23ce4fd..5a78d6c 100644 --- a/pom.xml +++ b/pom.xml
@@ -103,7 +103,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.9.0</version> + <version>3.11.0</version> <configuration> <source>1.8</source> <target>1.8</target>