You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2019/09/23 09:00:34 UTC

[cxf-fediz] 01/02: Update error-prone

This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 86f12cd1150d034f576478522674a532c4d5a6e8
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Sep 20 14:15:40 2019 +0300

    Update error-prone
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7776d8..fabb28c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@
                             <path>
                                 <groupId>com.google.errorprone</groupId>
                                 <artifactId>error_prone_core</artifactId>
-                                <version>2.3.2</version>
+                                <version>2.3.3</version>
                             </path>
                         </annotationProcessorPaths>
                     </configuration>