From 48b30e2a9a6e0f17b8ef53be15e8f9eff33f10c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 07:36:19 +0000 Subject: [PATCH] Bump jvm from 1.8.20 to 1.8.21 in /samples/jvm/junit5 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.20 to 1.8.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.20...v1.8.21) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/jvm/junit5/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/jvm/junit5/build.gradle.kts b/samples/jvm/junit5/build.gradle.kts index 276dddb7da..1259975a8a 100644 --- a/samples/jvm/junit5/build.gradle.kts +++ b/samples/jvm/junit5/build.gradle.kts @@ -7,7 +7,7 @@ val atriumVersion = "0.18.0" val junitVersion = "5.9.2" plugins { - kotlin("jvm") version "1.8.20" + kotlin("jvm") version "1.8.21" } group = "org.atriumlib.samples"