We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01700df commit 7757b18Copy full SHA for 7757b18
buildSrc/src/testKit/opensearch.build/build.gradle
@@ -20,7 +20,7 @@ ext.noticeFile = file("NOTICE")
20
dependencies {
21
api "junit:junit:${versions.junit}"
22
// missing classes in thirdparty audit
23
- api 'org.hamcrest:hamcrest-core:1.3'
+ api 'org.hamcrest:hamcrest-core:2.2'
24
jdkJarHell 'org.opensearch:opensearch-core:current'
25
}
26
0 commit comments