Skip to content

Commit

Permalink
Bumped jackson core and databind to version 2.14.1 and postgresql to …
Browse files Browse the repository at this point in the history
…42.2.13
  • Loading branch information
draeger committed Dec 21, 2022
1 parent 1aa87af commit 13f4b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ repositories {
dependencies {
implementation "org.sbml.jsbml:jsbml:1.4"
implementation "de.zbit:SysBio:1390"
implementation "org.postgresql:postgresql:42.2.2"
implementation "org.postgresql:postgresql:42.2.13"
implementation "org.biojava:biojava-ontology:5.0.0"
implementation 'us.hebi.matlab.mat:mfl-core:0.5.3'
implementation "com.fasterxml.jackson.core:jackson-core:2.10.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.10.1"
implementation "com.fasterxml.jackson.core:jackson-core:2.14.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.1"
implementation "net.sf.jtidy:jtidy:r938"
implementation "de.uni-rostock.sbi:CombineArchive:1.4.0"
implementation "com.zaxxer:HikariCP:3.4.2"
Expand Down

0 comments on commit 13f4b1f

Please sign in to comment.