Skip to content

Commit

Permalink
Upgraded jongo to 1.3.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
fcamblor committed Jan 15, 2017
1 parent 86c4ef7 commit 9e56b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -85,7 +85,7 @@
<!-- Mongo modules --> <!-- Mongo modules -->
<mongo-java-driver.version>2.11.3</mongo-java-driver.version> <mongo-java-driver.version>2.11.3</mongo-java-driver.version>
<bson4jackson.version>2.3.1</bson4jackson.version> <bson4jackson.version>2.3.1</bson4jackson.version>
<jongo.version>1.0</jongo.version> <jongo.version>1.3.0</jongo.version>
<de.flapdoodle.embed.version>1.42</de.flapdoodle.embed.version> <de.flapdoodle.embed.version>1.42</de.flapdoodle.embed.version>


<!-- Test libs --> <!-- Test libs -->
Expand Down

0 comments on commit 9e56b1f

Please sign in to comment.