Skip to content

Commit 327d953

Browse files
[Backport] [3.x] Bump io.github.classgraph:classgraph from 4.8.180 to 4.8.181, org.junit:junit-bom from 5.13.3 to 5.13.4 (#1706)
* Bump org.junit:junit-bom from 5.13.3 to 5.13.4 (#1704) * Bump org.junit:junit-bom from 5.13.3 to 5.13.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 4ecec37) * Bump io.github.classgraph:classgraph from 4.8.180 to 4.8.181 (#1703) * Bump io.github.classgraph:classgraph from 4.8.180 to 4.8.181 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.180 to 4.8.181. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.180...classgraph-4.8.181) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.181 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 15b597f) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70bfbed commit 327d953

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
- Added getter for retrieve all nodes along with their state ([#1698](https://github.com/opensearch-project/opensearch-java/pull/1698))
1111

1212
### Dependencies
13+
- Bump `io.github.classgraph:classgraph` from 4.8.180 to 4.8.181 ([#1703](https://github.com/opensearch-project/opensearch-java/pull/1703))
14+
- Bump `org.junit:junit-bom` from 5.13.3 to 5.13.4 ([#1704](https://github.com/opensearch-project/opensearch-java/pull/1704))
1315

1416
### Changed
1517

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ dependencies {
245245
implementation("org.eclipse", "yasson", "2.0.2")
246246

247247
// https://github.com/classgraph/classgraph
248-
testImplementation("io.github.classgraph:classgraph:4.8.180")
248+
testImplementation("io.github.classgraph:classgraph:4.8.181")
249249

250250
// Eclipse 1.0
251251
testImplementation("junit", "junit" , "4.13.2") {

java-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ dependencies {
176176
implementation("org.commonmark", "commonmark", "0.24.0")
177177

178178
// EPL-2.0
179-
testImplementation(platform("org.junit:junit-bom:5.13.3"))
179+
testImplementation(platform("org.junit:junit-bom:5.13.4"))
180180
testImplementation("org.junit.jupiter", "junit-jupiter")
181181
testRuntimeOnly("org.junit.platform", "junit-platform-launcher")
182182
}

0 commit comments

Comments
 (0)