1
mirror of https://github.com/CarmJos/EasyListener.git synced 2024-09-19 21:35:51 +00:00

Merge pull request #1 from CarmJos/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.1

build(deps): bump maven-compiler-plugin from 3.8.1 to 3.10.1
This commit is contained in:
Carm Jos 2022-06-22 23:34:32 +08:00 committed by GitHub
commit a5dc3d0488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>${project.jdk.version}</source>
<target>${project.jdk.version}</target>