From 21a9ade42a02202384b11b42bba066ab2c5362ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 05:07:54 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.9.1 to 5.9.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1f4eb06..7eed65f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { @Suppress("GradlePackageUpdate") // we want to run tests on JVM 8, so we will stay on 1.3.x version testImplementation("ch.qos.logback:logback-classic:1.3.3") // logging framework for the tests - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1") // junit testing framework + testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") // junit testing framework testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1") // generated parameters for tests testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1") // testing runtime }