Skip to content

Commit

Permalink
Update error_prone_annotations to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Apr 22, 2024
1 parent 17a6feb commit 484dc32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions presto-cassandra/pom.xml
Expand Up @@ -14,6 +14,14 @@
<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
</properties>

<dependencyManagement>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.3.4</version>
</dependency>
</dependencyManagement>

<dependencies>
<dependency>
Expand Down

0 comments on commit 484dc32

Please sign in to comment.