Skip to content

Commit

Permalink
use ep 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Feb 15, 2025
1 parent ba01c73 commit a0f1a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mug-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<path>
<groupId>${project.groupId}</groupId>
<artifactId>mug-errorprone</artifactId>
<version>8.4</version>
<version>${project.version}</version>
</path>
<!-- Other annotation processors go here.
If 'annotationProcessorPaths' is set, processors will no longer be
Expand Down
2 changes: 1 addition & 1 deletion mug-guava/src/main/java/com/google/mu/safesql/SafeSql.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
* <path>
* <groupId>com.google.mug</groupId>
* <artifactId>mug-errorprone</artifactId>
* <version>8.4</version>
* <version>8.5</version>
* </path>
* </annotationProcessorPaths>
* </configuration>
Expand Down

0 comments on commit a0f1a02

Please # to comment.