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 bd66842 commit 3a3373a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

buildscript {
ext.cubaVersion = rootProject.hasProperty('cubaVersion') ? rootProject['cubaVersion'] : '7.2.7'
ext.cubaVersion = rootProject.hasProperty('cubaVersion') ? rootProject['cubaVersion'] : '7.2-SNAPSHOT'
repositories {
mavenLocal()

Expand Down Expand Up @@ -85,7 +85,7 @@ dependencies {
appComponent("com.haulmont.cuba:cuba-global:$cubaVersion")
}

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 @@ -95,7 +95,9 @@ configure([globalModule, coreModule, webModule]) {

dependencies {
compile 'org.springframework.security.extensions:spring-security-saml2-core:1.0.10.RELEASE'
testCompile('junit:junit:4.12')
compile 'xalan:xalan:2.7.3'
compile 'xerces:xercesImpl:2.12.2'
testCompile('junit:junit:4.13.2')
}

task sourceJar(type: Jar) {
Expand Down

0 comments on commit 3a3373a

Please sign in to comment.