Skip to content

Commit 9e56b1f

Browse files
committed
Upgraded jongo to 1.3.0
It fixes error "Unable to set objectid on class caused by: Class org.jongo.ReflectiveObjectIdUpdater can not access a member of class XXX" (brought by Xavier some years ago : bguerout/jongo@bc14bba) It should not be a breaking change (no breaking change are listed in the release note : http://jongo.org/#release-notes)
1 parent 86c4ef7 commit 9e56b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<!-- Mongo modules -->
8686
<mongo-java-driver.version>2.11.3</mongo-java-driver.version>
8787
<bson4jackson.version>2.3.1</bson4jackson.version>
88-
<jongo.version>1.0</jongo.version>
88+
<jongo.version>1.3.0</jongo.version>
8989
<de.flapdoodle.embed.version>1.42</de.flapdoodle.embed.version>
9090

9191
<!-- Test libs -->

0 commit comments

Comments
 (0)