Skip to content

Commit

Permalink
Merge pull request #1389 from hub4j/dependabot/maven/org.apache.maven…
Browse files Browse the repository at this point in the history
….plugins-maven-compiler-plugin-3.10.0

Chore(deps): Bump maven-compiler-plugin from 3.9.0 to 3.10.0
  • Loading branch information
bitwiseman authored Mar 2, 2022
2 parents 5177a3d + 42f0f81 commit a5c508f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -768,7 +768,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
<executions>
<execution>
<id>compile-java-11</id>
Expand Down

0 comments on commit a5c508f

Please sign in to comment.