Skip to content

Commit

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

Chore(deps): Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • Loading branch information
bitwiseman authored Jan 29, 2022
2 parents bc3f5d0 + 973be05 commit ad129d1
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.8.1</version>
<version>3.9.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.8.1</version>
<version>3.9.0</version>
<executions>
<execution>
<id>compile-java-11</id>
Expand Down

0 comments on commit ad129d1

Please sign in to comment.