diff --git a/build.gradle b/build.gradle index ead48f56..69d14005 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ dependencies { // - The client from 0.10.2.0 onwards supports brokers from 0.10.0.0 onwards. // Note: we refer to versioned producer documentation in our documentation. compile group: 'org.apache.kafka', name:'kafka-clients', version: '2.6.0' - compile group: 'com.google.javascript', name:'closure-compiler-unshaded', version:'v20200830' + compile group: 'com.google.javascript', name:'closure-compiler-unshaded', version:'v20200920' compile group: 'org.codehaus.groovy', name:'groovy', version: '3.0.5', classifier: 'indy' compile group: 'net.sf.jopt-simple', name:'jopt-simple', version: '5.0.4' compile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.4.0'