From ebe56d95c7fc524cfb6952218e553b82bd224028 Mon Sep 17 00:00:00 2001 From: Daniel Persson Date: Fri, 28 Feb 2020 08:28:27 +0100 Subject: [PATCH] Update commons --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 74d8708..ff6d34a 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { compile 'org.daisy.dotify:dotify.api:5.0.0' compile 'org.daisy.streamline:streamline-api:1.5.0' - compile 'org.daisy.dotify:dotify.common:4.4.0' + compile 'org.daisy.dotify:dotify.common:4.4.1' compile ('org.daisy.streamline:streamline-engine:1.3.0') { exclude module: 'streamline-api' } @@ -243,4 +243,4 @@ publishing { wrapper { distributionType = Wrapper.DistributionType.ALL -} \ No newline at end of file +}