| commit | 4b10090f0a7c448a1f603fe4abdd7c7a9e9c13e9 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Sep 23 00:01:28 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Wed May 06 10:14:52 2026 +0200 |
| tree | a6bcc625bc897fae16fc3a98e2fd30443a92cc76 | |
| parent | f4a223f3628b5d631dc11d29385e9aa627501b12 [diff] |
Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #71 Change-Id: If9b47e017faf9f6435c1a637b22d68e4aac9ab4b
diff --git a/pom.xml b/pom.xml index 567d403..67f8873 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.14.0</version> + <version>3.14.1</version> <configuration> <source>1.8</source> <target>1.8</target>