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. (#3276) (#3286)

Signed-off-by: David Venable <[email protected]>
(cherry picked from commit 14ec2e4)

Co-authored-by: David Venable <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and dlvenable authored Aug 31, 2023
1 parent 3c19ae2 commit 7d93463
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 7d93463

Please sign in to comment.