Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-ogm
Commit: 0c1904adbebed2347fe6119d4dbb7d555bac88fb
https://github.com/hibernate/hibernate-ogm/commit/0c1904adbebed2347fe6119...
Author: gurkerl83 <markus_gritsch(a)gmx.de>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M bom/pom.xml
M
mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/parsing/MongoDBQueryParsingTest.java
Log Message:
-----------
OGM-1572 Update Java Mongo Driver 3.9.1 => 3.11.2
In version 3.10 the JSON output of the library did change,
see
https://jira.mongodb.org/browse/JAVA-3085.
Adjust tests to correspond to the new JSON output format.