Skip to content

Commit

Permalink
Fix project build
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity9mateusz committed Jun 21, 2023
1 parent 9bf37cd commit 82a321c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ repositories {
* Add errorprone checking.
*/
dependencies {
errorprone("com.google.errorprone:error_prone_core:2.3.3")
errorprone('com.google.errorprone:error_prone_core:2.18.0')
errorproneJavac("com.google.errorprone:javac:9+181-r4173-1")
}

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/github/fge/jsonpatch/Iterables.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import java.util.NoSuchElementException;

/**
* Iterables utility class
* @author {@literal @}soberich on 30-Nov-18
*/
public final class Iterables {
Expand Down

0 comments on commit 82a321c

Please sign in to comment.