Skip to content

Commit

Permalink
dependabot: bump com.carrotsearch.randomizedtesting:randomizedtesting…
Browse files Browse the repository at this point in the history
…-runner

Bumps com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.7.1 to 2.8.1.

---
updated-dependencies:
- dependency-name: com.carrotsearch.randomizedtesting:randomizedtesting-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 1822e13 commit 989e87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ dependencies {
compileOnly "org.opensearch:opensearch:${opensearch_version}"

//integration test framework:
integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1') {
integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1') {
exclude(group: 'junit', module: 'junit')
}
integrationTestImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 989e87d

Please sign in to comment.