Skip to content

Commit 624f77a

Browse files
Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#253)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f41e95 commit 624f77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242

243243
<plugin>
244244
<artifactId>maven-compiler-plugin</artifactId>
245-
<version>3.10.1</version>
245+
<version>3.11.0</version>
246246
<configuration>
247247
<source>${project.build.targetJdk}</source>
248248
<target>${project.build.targetJdk}</target>

0 commit comments

Comments
 (0)