Skip to content

Commit 09164f9

Browse files
committed
bump maven compiler
1 parent 4abdd30 commit 09164f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
plugin :resources, '2.6'
4141
plugin :dependency, '2.8'
4242
plugin(
43-
:compiler, '3.7.0',
43+
:compiler, '3.8.0',
4444
source: '${maven.compiler.source}',
4545
target: '${maven.compiler.target}'
4646
)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ DO NOT MODIFIY - GENERATED CODE
8080
</plugin>
8181
<plugin>
8282
<artifactId>maven-compiler-plugin</artifactId>
83-
<version>3.7.0</version>
83+
<version>3.8.0</version>
8484
<configuration>
8585
<source>${maven.compiler.source}</source>
8686
<target>${maven.compiler.target}</target>

0 commit comments

Comments
 (0)