Skip to content

Commit 7757b18

Browse files
Bump hamcrest-core in /buildSrc/src/testKit/opensearch.build
Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](hamcrest/JavaHamcrest@hamcrest-java-1.3...v2.2) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01700df commit 7757b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/testKit/opensearch.build/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext.noticeFile = file("NOTICE")
2020
dependencies {
2121
api "junit:junit:${versions.junit}"
2222
// missing classes in thirdparty audit
23-
api 'org.hamcrest:hamcrest-core:1.3'
23+
api 'org.hamcrest:hamcrest-core:2.2'
2424
jdkJarHell 'org.opensearch:opensearch-core:current'
2525
}
2626

0 commit comments

Comments
 (0)