diff --git a/.idea/libraries/Groovy.xml b/.idea/libraries/Groovy.xml index 6a34ac96283c..9de0ff44768b 100644 --- a/.idea/libraries/Groovy.xml +++ b/.idea/libraries/Groovy.xml @@ -1,11 +1,11 @@ - + - + - + \ No newline at end of file diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index 8e3a48f74618..73171230d3fd 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -204,7 +204,7 @@ libraryLicense(name: "gradle-tooling-api-2.9.jar", version: "2.9", license: "Apa libraryLicense(name: "Gradle", version: "2.9", license: "Apache 2.0", url: "http://gradle.org/", licenseUrl: "http://gradle.org/license") libraryLicense(name: "GradleGuava", version: "14.0.1", license: "Apache 2.0", url: "http://code.google.com/p/guava-libraries/", licenseUrl: "http://apache.org/licenses/LICENSE-2.0") libraryLicense(name: "GradleJnaPosix", version: "1.0.3", license: "LGPL 2.1", url: "http://www.jruby.org/", licenseUrl: "http://www.gnu.org/licenses/lgpl-2.1.txt") -libraryLicense(name: "Groovy", version: "2.3.9", license: "Apache 2.0", url: "http://groovy.codehaus.org/") +libraryLicense(name: "Groovy", version: "2.4.6", license: "Apache 2.0", url: "http://groovy-lang.org/") libraryLicense(name: "Gson", version: "2.2.4", libraryName: "gson", license: "Apache 2.0", url: "http://code.google.com/p/google-gson/") libraryLicense(name: "Guava", libraryName: "guava-tools", version: "14.0.1", license: "Apache 2.0", url: "http://code.google.com/p/guava-libraries/", licenseUrl: "http://ant.apache.org/license.html") libraryLicense(name: "Guava", version: "17.0", license: "Apache 2.0", url: "http://code.google.com/p/guava-libraries/", licenseUrl: "http://ant.apache.org/license.html") diff --git a/lib/groovy-all-2.3.9.jar b/lib/groovy-all-2.4.6.jar similarity index 50% rename from lib/groovy-all-2.3.9.jar rename to lib/groovy-all-2.4.6.jar index d365846f5961..430138428f9c 100644 Binary files a/lib/groovy-all-2.3.9.jar and b/lib/groovy-all-2.4.6.jar differ diff --git a/lib/required_for_dist.txt b/lib/required_for_dist.txt index 39a8ace1e5af..fb2139ab8933 100644 --- a/lib/required_for_dist.txt +++ b/lib/required_for_dist.txt @@ -17,7 +17,7 @@ httpclient-4.4.1.jar fluent-hc-4.4.1.jar httpmime-4.4.1.jar ecj-4.4.2.jar -groovy-all-2.3.9.jar +groovy-all-2.4.6.jar gson-2.5.jar guava-17.0.jar hamcrest-core-1.3.jar diff --git a/lib/src/groovy-all-2.3.9-sources.jar b/lib/src/groovy-all-2.3.9-sources.jar deleted file mode 100644 index b320479f811d..000000000000 Binary files a/lib/src/groovy-all-2.3.9-sources.jar and /dev/null differ diff --git a/lib/src/groovy-all-2.4.6-sources.jar b/lib/src/groovy-all-2.4.6-sources.jar new file mode 100644 index 000000000000..9d2a8b553015 Binary files /dev/null and b/lib/src/groovy-all-2.4.6-sources.jar differ