Skip to content

Commit ea46ee1

Browse files
authored
[Backport 3.1] Bump com.github.spotbugs from 5.2.5 to 6.3.0 and checkstyle to 10.25.0 (#5409) (#5410)
1 parent b2a40e0 commit ea46ee1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111

1212

1313
### Dependencies
14+
- Bump `org.eclipse.platform:org.eclipse.core.runtime` from 3.33.0 to 3.33.100 ([#5400](https://github.com/opensearch-project/security/pull/5400))
15+
- Bump `org.eclipse.platform:org.eclipse.equinox.common` from 3.20.0 to 3.20.100 ([#5402](https://github.com/opensearch-project/security/pull/5402))
16+
- Bump `spring_version` from 6.2.7 to 6.2.8 ([#5403](https://github.com/opensearch-project/security/pull/5403))
17+
- Bump `stefanzweifel/git-auto-commit-action` from 5 to 6 ([#5401](https://github.com/opensearch-project/security/pull/5401))
18+
- Bump `com.github.spotbugs` from 5.2.5 to 6.3.0 and checkstyle to 10.25.0 ([#5409](https://github.com/opensearch-project/security/pull/5409))
1419

1520

1621
### Deprecated

build.gradle

Lines changed: 6 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 "5.2.5"
72+
id "com.github.spotbugs" version "6.2.0"
7373
id "com.google.osdetector" version "1.7.3"
7474
}
7575

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

378378
checkstyle {
379-
toolVersion "10.3.3"
379+
toolVersion "10.25.0"
380380
showViolations true
381381
configDirectory.set(rootProject.file("checkstyle/"))
382382
}
@@ -474,6 +474,10 @@ configurations {
474474
// for spotless transitive dependency CVE
475475
force "org.eclipse.platform:org.eclipse.core.runtime:3.33.0"
476476
force "org.eclipse.platform:org.eclipse.equinox.common:3.20.0"
477+
force "org.apache.httpcomponents.client5:httpclient5:${versions.httpclient5}"
478+
force "org.apache.httpcomponents.core5:httpcore5:${versions.httpcore5}"
479+
force "org.apache.httpcomponents.core5:httpcore5-h2:${versions.httpcore5}"
480+
force "org.codehaus.plexus:plexus-utils:3.3.0"
477481

478482
// For integrationTest
479483
force "org.apache.httpcomponents:httpclient:4.5.14"

0 commit comments

Comments
 (0)