Skip to content

Commit cf9b34f

Browse files
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.8.1 (GoogleCloudPlatform#2178)
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
1 parent b051f55 commit cf9b34f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine-java8/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
<plugin>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.8.0</version>
140+
<version>3.8.1</version>
141141
<configuration>
142142
<annotationProcessorPaths>
143143
<annotationProcessorPath>

storage/xml-api/cmdline-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-compiler-plugin</artifactId>
60-
<version>3.7.0</version>
60+
<version>3.8.1</version>
6161
<configuration>
6262
<source>7</source>
6363
<target>7</target>

0 commit comments

Comments
 (0)