From 286a43d9b017a9e5abfd8d1060cd56dbdd03798e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 15:15:47 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.8.0 to 5.8.1 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c54cf1f..7c5c2940 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { // https://mvnrepository.com/artifact/com.github.sarxos/webcam-capture compileOnly("com.github.sarxos:webcam-capture:0.3.12") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1") testImplementation("org.junit.jupiter:junit-jupiter-params:5.8.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.0") }