diff --git a/cellbase-lib/pom.xml b/cellbase-lib/pom.xml index f76602ad3..780ead868 100644 --- a/cellbase-lib/pom.xml +++ b/cellbase-lib/pom.xml @@ -137,10 +137,10 @@ com.github.samtools htsjdk - + io.jsonwebtoken jjwt-api diff --git a/cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/MetaMongoDBAdaptor.java b/cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/MetaMongoDBAdaptor.java index e5cd4d38c..5d7dbc65d 100644 --- a/cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/MetaMongoDBAdaptor.java +++ b/cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/MetaMongoDBAdaptor.java @@ -16,6 +16,8 @@ package org.opencb.cellbase.lib.impl.core; + +import com.fasterxml.jackson.databind.ObjectMapper; import com.mongodb.ReadPreference; import com.mongodb.WriteConcern; import com.mongodb.client.model.Filters; @@ -23,7 +25,6 @@ import org.bson.BsonDocument; import org.bson.Document; import org.bson.conversions.Bson; -import org.codehaus.jackson.map.ObjectMapper; import org.opencb.cellbase.core.api.key.ApiKeyStats; import org.opencb.cellbase.core.api.query.AbstractQuery; import org.opencb.cellbase.core.api.query.ProjectionQueryOptions; diff --git a/pom.xml b/pom.xml index f85f5212e..df2b3ee01 100644 --- a/pom.xml +++ b/pom.xml @@ -26,15 +26,17 @@ 4.13.0-SNAPSHOT 2.13.0-SNAPSHOT 0.1.0 - 2.11.4 - 1.9.13 + 9.4.51.v20230217 + + 2.14.3 + 3.14.0 + 1.7.36 + 2.30.1 - 1.7.32 2.17.2 1.5.2 5.5.2 0.8.8 - 9.4.17.v20190418 0.11.5 1.6.5 3.1.0 @@ -50,7 +52,6 @@ 1.48.0 2.4 2.4 - 3.12.0 2.1.6 4.4 1.69 @@ -412,11 +413,11 @@ swagger-annotations ${swagger-annotations.version} - + io.jsonwebtoken jjwt-jackson