Skip to content

Commit 33ecc6b

Browse files
authored
Update dependency com.google.errorprone:error_prone_core to v2.3.4 (GoogleCloudPlatform#2120)
1 parent 7898cbe commit 33ecc6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine-java8/iap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Copyright 2017 Google Inc.
6161
<path>
6262
<groupId>com.google.errorprone</groupId>
6363
<artifactId>error_prone_core</artifactId>
64-
<version>2.3.3</version>
64+
<version>2.3.4</version>
6565
</path>
6666
</annotationProcessorPaths>
6767
</configuration>

compute/mailjet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<path>
103103
<groupId>com.google.errorprone</groupId>
104104
<artifactId>error_prone_core</artifactId>
105-
<version>2.3.3</version>
105+
<version>2.3.4</version>
106106
</path>
107107
</annotationProcessorPaths>
108108
</configuration>

language/analysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ limitations under the License.
116116
<path>
117117
<groupId>com.google.errorprone</groupId>
118118
<artifactId>error_prone_core</artifactId>
119-
<version>2.3.3</version>
119+
<version>2.3.4</version>
120120
</path>
121121
</annotationProcessorPaths>
122122
</configuration>

0 commit comments

Comments
 (0)