Bump commons-math3 from 3.2 to 3.6.1 in /client/benchmark (#2139)

Bumps commons-math3 from 3.2 to 3.6.1.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-math3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-21 15:29:57 -08:00 committed by GitHub
parent 9162ea8e08
commit 53ccd7c341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ mainClassName = 'org.opensearch.client.benchmark.BenchmarkMain'
test.enabled = false
dependencies {
api 'org.apache.commons:commons-math3:3.2'
api 'org.apache.commons:commons-math3:3.6.1'
api project(":client:rest")
// bottleneck should be the client, not OpenSearch