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

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable committed Aug 29, 2023
1 parent 930a382 commit 14ec2e4
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 14ec2e4

Please sign in to comment.