Skip to content

Commit

Permalink
Update Checkstyle to the latest version - 10.12.3 - to attempt to rem…
Browse files Browse the repository at this point in the history
…ove Guava vulnerability.

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable committed Aug 28, 2023
1 parent d908c40 commit 6af29f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ allprojects {
endWithNewline()
}
}

checkstyle {
toolVersion = '10.12.3'
}
}

subprojects {
Expand Down

0 comments on commit 6af29f5

Please sign in to comment.