Skip to content

Commit e908d77

Browse files
Bump the tools-java-common group across 1 directory with 2 updates
Bumps the tools-java-common group with 2 updates in the /tools/java/common directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin). Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.14.0) Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.6.0 - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java-common - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools-java-common ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af3da6c commit e908d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/java/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-compiler-plugin</artifactId>
32-
<version>3.11.0</version>
32+
<version>3.14.1</version>
3333
<configuration>
3434
<source>8</source>
3535
<target>8</target>
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.codehaus.mojo</groupId>
4343
<artifactId>build-helper-maven-plugin</artifactId>
44-
<version>3.4.0</version>
44+
<version>3.6.1</version>
4545
<executions>
4646
<execution>
4747
<id>add-source</id>

0 commit comments

Comments
 (0)