Bump jvm from 1.5.30 to 1.5.31 in /samples/jvm/junit5

Bumps jvm from 1.5.30 to 1.5.31.

---
updated-dependencies:
- dependency-name: jvm
  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-20 04:09:14 +00:00
committed by Robert Stoll
parent 54ade12d6c
commit 82b455dc50

View File

@@ -7,7 +7,7 @@ val atriumVersion = "0.16.0"
val junitVersion = "5.7.2"
plugins {
kotlin("jvm") version "1.5.30"
kotlin("jvm") version "1.5.31"
}
group = "org.atriumlib.samples"