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 d538a06 commit 770385e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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 Down Expand Up @@ -157,7 +157,7 @@ configure(globalModule) {
}

dependencies {
compile "com.fasterxml.jackson.core:jackson-databind:2.9.4"
compile "com.fasterxml.jackson.core:jackson-databind:2.18.2"
if (!JavaVersion.current().isJava8()) {
runtime('javax.xml.bind:jaxb-api:2.3.1')
runtime('org.glassfish.jaxb:jaxb-runtime:2.3.1')
Expand Down

0 comments on commit 770385e

Please sign in to comment.