Bump junit-pioneer from 1.7.2 to 1.8.0 (#4937)

Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.7.2...v1.8.0)

---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-10 20:54:17 -08:00 committed by GitHub
parent 8f2c0d231f
commit 362bc0ae91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ val DEPENDENCIES = listOf(
"org.bouncycastle:bcpkix-jdk15on:1.70",
"org.codehaus.mojo:animal-sniffer-annotations:1.22",
"org.jctools:jctools-core:4.0.1",
"org.junit-pioneer:junit-pioneer:1.7.2",
"org.junit-pioneer:junit-pioneer:1.8.0",
"org.skyscreamer:jsonassert:1.5.1",
)