Skip to content

Commit 486fe89

Browse files
build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...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-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3cc1e7 commit 486fe89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
<plugin>
642642
<groupId>org.apache.maven.plugins</groupId>
643643
<artifactId>maven-compiler-plugin</artifactId>
644-
<version>3.10.1</version>
644+
<version>3.11.0</version>
645645
<configuration>
646646
<source>${project.build.source}</source>
647647
<target>${project.build.target}</target>

0 commit comments

Comments
 (0)