diff --git a/.classpath b/.classpath index b259b012a..60cd583e3 100644 --- a/.classpath +++ b/.classpath @@ -31,9 +31,9 @@ - - - + + + diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index a8f8e287a..dc8f63cd2 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -50,9 +50,9 @@ $JAVAROOT/lib/commons-jxpath-1.3.jar $JAVAROOT/lib/commons-logging-1.1.1.jar $JAVAROOT/lib/fontbox-1.6.0.jar - $JAVAROOT/lib/httpclient-4.1.1.jar - $JAVAROOT/lib/httpcore-4.1.2.jar - $JAVAROOT/lib/httpmime-4.1.1.jar + $JAVAROOT/lib/httpclient-4.1.2.jar + $JAVAROOT/lib/httpcore-4.1.3.jar + $JAVAROOT/lib/httpmime-4.1.2.jar $JAVAROOT/lib/icu4j-core.jar $JAVAROOT/lib/J7Zip-modified.jar $JAVAROOT/lib/jakarta-oro-2.0.8.jar diff --git a/build.xml b/build.xml index 4420b35d7..68b565ee7 100644 --- a/build.xml +++ b/build.xml @@ -192,9 +192,9 @@ - - - + + + diff --git a/lib/httpclient-4.1.1.License b/lib/httpclient-4.1.2.License similarity index 100% rename from lib/httpclient-4.1.1.License rename to lib/httpclient-4.1.2.License diff --git a/lib/httpclient-4.1.1.jar b/lib/httpclient-4.1.2.jar similarity index 76% rename from lib/httpclient-4.1.1.jar rename to lib/httpclient-4.1.2.jar index c845ef961..b3cdb4cdc 100644 Binary files a/lib/httpclient-4.1.1.jar and b/lib/httpclient-4.1.2.jar differ diff --git a/lib/httpcore-4.1.2.License b/lib/httpcore-4.1.3.License similarity index 100% rename from lib/httpcore-4.1.2.License rename to lib/httpcore-4.1.3.License diff --git a/lib/httpcore-4.1.2.jar b/lib/httpcore-4.1.3.jar similarity index 86% rename from lib/httpcore-4.1.2.jar rename to lib/httpcore-4.1.3.jar index 117e06ee4..af56c7a06 100644 Binary files a/lib/httpcore-4.1.2.jar and b/lib/httpcore-4.1.3.jar differ diff --git a/lib/httpmime-4.1.1.License b/lib/httpmime-4.1.2.License similarity index 100% rename from lib/httpmime-4.1.1.License rename to lib/httpmime-4.1.2.License diff --git a/lib/httpmime-4.1.1.jar b/lib/httpmime-4.1.2.jar similarity index 76% rename from lib/httpmime-4.1.1.jar rename to lib/httpmime-4.1.2.jar index 01af40b24..eea3b3ff1 100644 Binary files a/lib/httpmime-4.1.1.jar and b/lib/httpmime-4.1.2.jar differ