diff --git a/Makefile b/Makefile index 28f28e45a..d7c609696 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ build: @cp $(BIN)/sitespeed.io-sites $(BUILD)/$(BIN)/ @cp $(BIN)//travis-ci.sh $(BUILD)/$(BIN)/ @cp $(DEP)/LICENSE.txt $(BUILD)/$(DEP)/ - @cp $(DEP)/crawler-1.5.11-full.jar $(BUILD)/$(DEP)/ + @cp $(DEP)/crawler-1.5.12-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/crawler.properties $(BUILD)/$(DEP)/ @cp $(DEP)/xml-velocity-1.8.8-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/screenshot.js $(BUILD)/$(DEP)/ diff --git a/bin/sitespeed.io b/bin/sitespeed.io index dda951411..a30dfda81 100755 --- a/bin/sitespeed.io +++ b/bin/sitespeed.io @@ -121,7 +121,7 @@ PAGES_COLUMNS= CDN_LIST= # Jar files, specify the versions -CRAWLER_JAR=crawler-1.5.11-full.jar +CRAWLER_JAR=crawler-1.5.12-full.jar VELOCITY_JAR=xml-velocity-1.8.8-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar BROWSERTIME_JAR=browsertime-0.6-full.jar diff --git a/dependencies/crawler-1.5.11-full.jar b/dependencies/crawler-1.5.12-full.jar similarity index 85% rename from dependencies/crawler-1.5.11-full.jar rename to dependencies/crawler-1.5.12-full.jar index 751f2af6c..5e3b2c5db 100644 Binary files a/dependencies/crawler-1.5.11-full.jar and b/dependencies/crawler-1.5.12-full.jar differ