Skip to content

Commit

Permalink
Merge pull request #9 from gravity9-tech/bugfix/fix_project_build
Browse files Browse the repository at this point in the history
Fix project build
  • Loading branch information
MateuszGravity9 authored Jun 21, 2023
2 parents 9bf37cd + 82a321c commit 77f789c
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 77f789c

Please sign in to comment.