Bump junit-jupiter-api from 5.8.0 to 5.8.1 in /samples/multiplatform

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)

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

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

View File

@@ -6,7 +6,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
// for infix-api -> change to 'atrium-infix-en_GB'
val atriumApi = "atrium-fluent-en_GB"
val atriumVersion = "0.16.0"
val junitVersion = "5.8.0"
val junitVersion = "5.8.1"
plugins {
kotlin("multiplatform") version "1.5.31"