| commit | bc5666ffe03c0e5dce4818c4cf528cbb15a9bcb0 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 17 15:53:27 2024 +0000 |
| committer | GitHub <noreply@github.com> | Mon Jun 17 15:53:27 2024 +0000 |
| tree | d4e508d46744ca11d0f2a73e936e8e2bfcace95b | |
| parent | 3a44c672af7a9f8b58e02aa34e5149faea0f4674 [diff] |
chore(deps): 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.7.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.7.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 ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/pom.xml b/pom.xml index cd42c31..d3640c0 100644 --- a/pom.xml +++ b/pom.xml
@@ -146,7 +146,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.7.0</version> + <version>3.13.0</version> <configuration> <source>1.8</source> <target>1.8</target>