Skip to content

Commit 6a95f6f

Browse files
authored
deps: version manage error_prone_annotations to 2.5.1 (#1268)
1 parent 9e8fcff commit 6a95f6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
<version>1.1.2</version>
127127
<scope>test</scope>
128128
</dependency>
129+
<dependency>
130+
<groupId>com.google.errorprone</groupId>
131+
<artifactId>error_prone_annotations</artifactId>
132+
<version>2.5.1</version>
133+
</dependency>
129134
<dependency>
130135
<groupId>com.google.appengine</groupId>
131136
<artifactId>appengine-api-1.0-sdk</artifactId>

0 commit comments

Comments
 (0)