Skip to content

Commit

Permalink
Update dependencies cuba-platform/cuba#3307
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavrilov-Ivan authored Jan 14, 2025
1 parent efbc761 commit 34ebe06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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')
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<app-component xmlns="http://schemas.haulmont.com/cuba/app-component.xsd"
dependsOn="com.haulmont.reports, com.haulmont.addon.grapesjs">
dependsOn="com.haulmont.reports, com.haulmont.cuba, com.haulmont.addon.grapesjs">
<module blocks="*"
name="global">
<artifact appJar="true"
Expand Down

0 comments on commit 34ebe06

Please sign in to comment.