Browse Source

Bump maven-compiler-plugin from 2.0.2 to 3.11.0 in /tools/java/cpp-build (#2958)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 2.0.2 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-2.0.2...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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
pull/3167/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
c3e4cc0ada
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/java/cpp-build/pom.xml

+ 1
- 1
tools/java/cpp-build/pom.xml View File

@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<version>3.11.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>


Loading…
Cancel
Save