Skip to content

Commit 5cbfef3

Browse files
Bumps spotbugs to 6.2.4 and checkstyle to 11.0.0 (#5555)
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 1641e24 commit 5cbfef3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7676
- Bump `commons-cli:commons-cli` from 1.9.0 to 1.10.0 ([#5533](https://github.com/opensearch-project/security/pull/5533))
7777
- Bump `actions/download-artifact` from 4 to 5 ([#5550](https://github.com/opensearch-project/security/pull/5550))
7878
- Bump `commons-cli:commons-cli` from 1.9.0 to 1.10.0 ([#5533](https://github.com/opensearch-project/security/pull/5533))
79+
- Bump `checkstyle` to 11.0.0 and `spotbugs` to 6.2.4 ([#5555](https://github.com/opensearch-project/security/pull/5555))
7980

8081
### Documentation
8182

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ plugins {
6969
id 'com.netflix.nebula.ospackage' version "11.11.2"
7070
id "org.gradle.test-retry" version "1.6.2"
7171
id 'eclipse'
72-
id "com.github.spotbugs" version "6.2.3"
72+
id "com.github.spotbugs" version "6.2.4"
7373
id "com.google.osdetector" version "1.7.3"
7474
}
7575

@@ -376,7 +376,7 @@ jacocoTestReport {
376376
}
377377

378378
checkstyle {
379-
toolVersion "10.26.1"
379+
toolVersion "11.0.0"
380380
showViolations true
381381
configDirectory.set(rootProject.file("checkstyle/"))
382382
}

0 commit comments

Comments
 (0)