commit | 7b5a6135f8cd7df35a4ef6c5e613acc7bc76d945 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Oct 31 00:43:05 2024 +0000 |
committer | margaretha <margaretha@ids-mannheim.de> | Fri Nov 08 12:11:57 2024 +0100 |
tree | 5774ebf5eb7f1802a0cb4aaf0a8be2657f7baaa0 | |
parent | 72cf6f87393e74acb31b8d041b021d1556d7ef08 [diff] |
Bump org.apache.maven.plugins:maven-compiler-plugin (closes #45) Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.13.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.13.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Change-Id: Ia70b789facbe5e56597c43d6fa7e057691798e27
diff --git a/pom.xml b/pom.xml index 789c5d7..eee4f81 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.11.0</version> + <version>3.13.0</version> <configuration> <source>1.8</source> <target>1.8</target>