Skip to content

Commit

Permalink
Merge pull request normanmaurer#28 from ReactivePlatform/dependabot/m…
Browse files Browse the repository at this point in the history
…aven/org.apache.maven.plugins-maven-compiler-plugin-3.8.1

Bump maven-compiler-plugin from 3.8.0 to 3.8.1
  • Loading branch information
He-Pin authored May 8, 2019
2 parents 93699fe + 3b3378e commit 8eb0e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<source>1.7</source>
<target>1.8</target>
Expand Down

0 comments on commit 8eb0e0c

Please sign in to comment.