From 5e89263b40eb77f73a26e5d2aad7b8f84443c0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:06:18 +0000 Subject: [PATCH] chore(deps): bump junit from 4.13 to 4.13.1 in /tests Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1) Signed-off-by: dependabot[bot] --- tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.gradle b/tests/build.gradle index 77c39fc..f155306 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -12,7 +12,7 @@ repositories { } dependencies { - testImplementation group: 'junit', name: 'junit', version: '4.13' + testImplementation group: 'junit', name: 'junit', version: '4.13.1' testImplementation "org.testcontainers:testcontainers:1.14.3" testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'