From f1fbdb91f84fdb38dcfe8d098966dabf5a4a99b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 08:12:24 +0000 Subject: [PATCH] build(deps): bump junit-jupiter-api from 5.3.1 to 5.6.0 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.3.1 to 5.6.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.3.1...r5.6.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 77310cb..886ab8f 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.1.1' testImplementation 'io.projectreactor:reactor-test' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1' }