Upgrading colsure-compiler-unshaded to latest version in Maven Central
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 7c9eb63..2d21c78 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -3,7 +3,7 @@
 dependencies {
     compile project(":tapestry-core")
     compile "com.github.sommeri:less4j:1.12.0"
-    compile "com.google.javascript:closure-compiler-unshaded:v20171023"
+    compile "com.google.javascript:closure-compiler-unshaded:v20181125"
     compile "org.mozilla:rhino:1.7.7.2"
 
     testCompile project(":tapestry-runner")