| commit | 81db2b6a966015f15f5706f93d0c77e71698dc3d | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu May 07 00:22:15 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Fri Jul 03 11:01:37 2026 +0200 |
| tree | a7e2b61cf7d4e9b9b02fd04965cc816d4d061087 | |
| parent | 8bfbc0b6c9d090135d4e8178ebc978f2d564f07a [diff] [blame] |
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.1 to 3.15.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #75 Change-Id: If5688ac30bb6b2cef8f65b6ceda410a7bb9b5911
diff --git a/pom.xml b/pom.xml index 299d4fd..2f4af5f 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.1</version> + <version>3.15.0</version> <configuration> <source>1.8</source> <target>1.8</target>