mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
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:
committed by
Robert Stoll
parent
f82c1d6ef0
commit
23849af693
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user