From 1e069904dd0d71535d708e0b2b37c8adfe20f228 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 14:31:09 +0000 Subject: [PATCH] Bump junit from 4.13 to 4.13.1 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-preview[bot] --- agent/build.gradle | 2 +- example/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/build.gradle b/agent/build.gradle index 635701a..81a6eda 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -59,7 +59,7 @@ dependencies { compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18' jarFileTestCompile 'org.assertj:assertj-core:3.18.1' - jarFileTestCompile 'junit:junit:4.13' + jarFileTestCompile 'junit:junit:4.13.1' } task sourcesJar(type: Jar) { diff --git a/example/build.gradle b/example/build.gradle index 50a6523..6581dde 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -45,7 +45,7 @@ dependencies { testCompile 'io.projectreactor:reactor-core:3.2.2.RELEASE' testCompile 'io.reactivex.rxjava2:rxjava:2.2.18' - testCompile 'junit:junit:4.13' + testCompile 'junit:junit:4.13.1' testCompile 'org.assertj:assertj-core:3.18.1' reactor_3_3_x 'io.projectreactor:reactor-core:3.3.0.RC1'