Skip to content

Commit

Permalink
Bump errorprone and autovalue libs (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Nelson Arapé <[email protected]>

Signed-off-by: Nelson Arapé <[email protected]>
  • Loading branch information
narape authored Jan 23, 2023
1 parent cd1026b commit f38be80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<properties>
<auto-service.version>1.0.1</auto-service.version>
<auto-value.version>1.10</auto-value.version>
<auto-value.version>1.10.1</auto-value.version>
<common-proto.version>2.9.6</common-proto.version>
<grpc.version>1.46.0</grpc.version>
<!-- must be aligned with netty version -->
Expand All @@ -95,7 +95,7 @@
<sl4j.version>1.7.36</sl4j.version>
<spotless.version>2.21.0</spotless.version>
<spotbugs.excludeFilterFile>spotbugs-exclude.xml</spotbugs.excludeFilterFile>
<error_prone.version>2.16</error_prone.version>
<error_prone.version>2.17.0</error_prone.version>
<!-- Using the error-prone-javac is required when running on JDK 8 -->
<error_prone.javac.version>9+181-r4173-1</error_prone.javac.version>
<junit.version>5.6.2</junit.version>
Expand Down

0 comments on commit f38be80

Please sign in to comment.