From d4a4e244608c54b3e91935a4d578b7ae0e0e7785 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 19 Jan 2021 10:16:15 -0500 Subject: [PATCH] GH-3463: Upgrade `commons-net` to `3.7.2` Fixes https://github.com/spring-projects/spring-integration/issues/3463 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 847f534aba..9682abdda8 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ ext { awaitilityVersion = '4.0.3' commonsDbcp2Version = '2.8.0' commonsIoVersion = '2.8.0' - commonsNetVersion = '3.7' + commonsNetVersion = '3.7.2' curatorVersion = '4.3.0' derbyVersion = '10.14.2.0' ftpServerVersion = '1.1.1'