Skip to content

Commit

Permalink
Bump hamcrest-core in /buildSrc/src/testKit/opensearch.build
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent f9ca90e commit 7cf36b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/testKit/opensearch.build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext.noticeFile = file("NOTICE")
dependencies {
api "junit:junit:${versions.junit}"
// missing classes in thirdparty audit
api 'org.hamcrest:hamcrest-core:1.3'
api 'org.hamcrest:hamcrest-core:2.2'
jdkJarHell 'org.opensearch:opensearch-core:current'
}

Expand Down

0 comments on commit 7cf36b3

Please sign in to comment.