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 5426439 commit ff03e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {

}

def hsql = 'org.hsqldb:hsqldb:2.4.1'
def hsql = 'org.hsqldb:hsqldb:2.5.2'

def dbNameParam = 'ldap'

Expand All @@ -100,8 +100,8 @@ configure([globalModule, coreModule, guiModule, webModule]) {
apply(plugin: 'addon-gradle-plugin')

dependencies {
testCompile('junit:junit:4.12')
testCompile('org.springframework.ldap:spring-ldap-test:2.3.2.RELEASE')
testCompile('junit:junit:4.13.2')
testCompile('org.springframework.ldap:spring-ldap-test:2.3.8.RELEASE')
testCompile "org.apache.directory.server:apacheds-core:1.5.5",
"org.apache.directory.server:apacheds-core-entry:1.5.5",
"org.apache.directory.server:apacheds-protocol-shared:1.5.5",
Expand Down Expand Up @@ -133,7 +133,7 @@ configure(globalModule) {
}

dependencies {
compile group: 'org.springframework.ldap', name: 'spring-ldap-core', version: '2.3.2.RELEASE'
compile group: 'org.springframework.ldap', name: 'spring-ldap-core', version: '2.3.8.RELEASE'
}


Expand Down

0 comments on commit ff03e78

Please sign in to comment.