Bump junitVersion from 5.7.2 to 5.8.1 in /samples/jvm/junit5

Bumps `junitVersion` from 5.7.2 to 5.8.1.

Updates `junit-jupiter-api` from 5.7.2 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.1)

Updates `junit-jupiter-engine` from 5.7.2 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-23 04:02:56 +00:00
committed by Robert Stoll
parent f82c1d6ef0
commit 23849af693

View File

@@ -4,7 +4,7 @@
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
val atriumVersion = "0.16.0"
val junitVersion = "5.7.2"
val junitVersion = "5.8.1"
plugins {
kotlin("jvm") version "1.5.31"