From 993ab6f629d475757dbdadda686ee3dd328673cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:02:54 +0000 Subject: [PATCH] Bump junit-platform-launcher from 1.7.1 to 1.9.1 Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.7.1 to 1.9.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 907ac1f..041264b 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ version '1.1.3' buildscript { ext.kotlin_version = '1.4.31' ext.spek_version = '1.1.5' - ext.junit_version = '1.7.1' + ext.junit_version = '1.9.1' repositories { mavenCentral()