From ff6a536d64cf8d66a8b6fb5f54eeac3863bb9af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 04:06:19 +0000 Subject: [PATCH] build(deps): bump junit-platform-runner from 1.8.2 to 1.9.1 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.8.2 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-runner dependency-type: direct:production update-type: version-update:semver-minor ... 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 947cdcf..8190ea8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test:2.6.2") testImplementation("org.springframework.security:spring-security-test:5.5.3") - testImplementation("org.junit.platform:junit-platform-runner:1.8.2") + testImplementation("org.junit.platform:junit-platform-runner:1.9.1") } tasks.named("test") {