From e740694111a99da32f8e821a21b48a73eaae0b0b Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Mon, 25 Dec 2017 12:28:39 +0100 Subject: Update commons-net and fix compilation on Java 5 --- lib/libraries.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libraries.properties b/lib/libraries.properties index bc8cebd21..355daa30a 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -31,13 +31,15 @@ m2.repo=http://repo1.maven.org/maven2/ # Versions of different libraries. Please keep in alphabetical order, except # when a specific dependency forces them to be out-of-order ivy.version=2.4.0 +activation.version=1.1.1 ant-antunit.version=1.3 antlr.version=2.7.7 bcel.version=5.1 bsf.version=2.4.0 bsh.version=2.0b4 bsh-core.version=${bsh.version} -commons-net.version=1.4.1 +# Later versions are built with Java 6 +commons-net.version=2.2 commons-logging.version=1.1 commons-logging-api.version=${commons-logging.version} hamcrest-core.version=1.3 -- cgit v1.2.1