Bump hipparchus-core from 2.1 to 2.2 (#447)

This commit is contained in:
dependabot[bot] 2022-09-22 10:18:19 -07:00 committed by GitHub
parent d7fb53f8c6
commit 0a21003e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ description = "Sampler and exporter implementations for consistent sampling"
dependencies {
api("io.opentelemetry:opentelemetry-sdk-trace")
testImplementation("org.hipparchus:hipparchus-core:2.1")
testImplementation("org.hipparchus:hipparchus-core:2.2")
testImplementation("org.hipparchus:hipparchus-stat:2.1")
}