diff --git a/build.gradle b/build.gradle index e5f5fa7..9b4d739 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { exclude group: 'commons-logging', module: '*' exclude group: 'junit', module: '*' } - compile 'io.takari.aether:takari-local-repository:0.11.1' + compile 'io.takari.aether:takari-local-repository:0.11.2' compile('io.takari:takari-filemanager:0.8.3') { exclude group: 'org.slf4j', module: '*' }