From 96f1369509d45b2bf108e55b780a4f01a64ae237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:39:22 +0000 Subject: [PATCH] chore(deps): bump junit from 4.13 to 4.13.2 in /tests 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] --- tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.gradle b/tests/build.gradle index 2af8e2e..5f6c63b 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -15,7 +15,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.14.3' testImplementation 'io.homecentr:testcontainers-extensions:1.4.0' testImplementation 'io.prometheus:simpleclient_pushgateway:0.9.0'