commit | 2c651b3c61cf7b67377b066dab86e5f5521de85d | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Mon Mar 06 16:17:49 2023 +0100 |
committer | margaretha <margaretha@ids-mannheim.de> | Mon Mar 06 16:20:42 2023 +0100 |
tree | 7e2aff047e1269fd7c8604e44f42126454b5f171 | |
parent | 7e1fa0f9a83bcbc0417d3ba19598457fdfa62971 [diff] [blame] |
Bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /lite 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> Closes #534 Change-Id: I32b94c6a5a32226331a4da0ab8597c10e2ee96a6
diff --git a/lite/pom.xml b/lite/pom.xml index bd8a1a1..c8a99bc 100644 --- a/lite/pom.xml +++ b/lite/pom.xml
@@ -56,7 +56,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.10.1</version> + <version>3.11.0</version> <configuration> <compilerVersion>${java.version}</compilerVersion> <source>${java.version}</source>