diff --git a/build.gradle b/build.gradle index 813187b..80f65e3 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ dependencies { } -def hsql = 'org.hsqldb:hsqldb:2.4.1' +def hsql = 'org.hsqldb:hsqldb:2.5.2' configure([globalModule, coreModule, webModule]) { apply(plugin: 'java') @@ -119,7 +119,7 @@ configure([globalModule, coreModule, webModule]) { } dependencies { - compile('org.jsoup:jsoup:1.11.3') + compile('org.jsoup:jsoup:1.18.2') testCompile('junit:junit:4.12') testCompile('org.spockframework:spock-core:1.1-groovy-2.4') } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f4d7b2b..5028f28 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/modules/global/src/com/haulmont/addon/emailtemplates/app-component.xml b/modules/global/src/com/haulmont/addon/emailtemplates/app-component.xml index a97aa8f..74f8613 100644 --- a/modules/global/src/com/haulmont/addon/emailtemplates/app-component.xml +++ b/modules/global/src/com/haulmont/addon/emailtemplates/app-component.xml @@ -16,7 +16,7 @@ --> + dependsOn="com.haulmont.reports, com.haulmont.cuba, com.haulmont.addon.grapesjs">