commit | 3384a1c4b233a0e6ae8cc643d53196168f279887 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Feb 28 00:57:11 2023 +0000 |
committer | Akron <nils@diewald-online.de> | Mon Mar 20 14:19:07 2023 +0100 |
tree | f4fb4c7fd035bc0b92ef61d74533127c3ad91704 | |
parent | 6803f8d09bdff4324d247c4591331dee68d07744 [diff] [blame] |
Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (closes #36) Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 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.10.1...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> Change-Id: I95e41322553e485e9287876ab32bb487da66b594
diff --git a/pom.xml b/pom.xml index 3c36df8..014527f 100644 --- a/pom.xml +++ b/pom.xml
@@ -14,7 +14,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.10.1</version> + <version>3.11.0</version> <configuration> <source>1.8</source> <target>1.8</target>