BAEL-4889: checking whether a field exists or not in MongoDB (#11129)

* BAEL-4889: checking whether a field exists or not in MongoDB

* BAEL-4889: fixed test class name

* BAEL-4889: upgraded mongo version

* BAEL-4889: changed test class name
This commit is contained in:
Maciej Główka
2021-08-24 04:44:47 +02:00
committed by GitHub
parent 22e6245c81
commit 8f6869a4b7
2 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
</dependencies>
<properties>
<mongo.version>3.10.1</mongo.version>
<mongo.version>3.12.1</mongo.version>
<flapdoodle.version>1.11</flapdoodle.version>
<morphia.version>1.5.3</morphia.version>
</properties>