From 1c3c9100b3874b6fbdc7bfa73c72eb8be3a44c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 14:48:22 +0100 Subject: [PATCH] chore(deps): bump junit from 4.13 to 4.13.2 in /tests (#43) Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LH --- tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.gradle b/tests/build.gradle index 12fe7ae..d259824 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.2' testImplementation "org.testcontainers:testcontainers:1.15.2" testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'