GH-1568 - Recognize org.springframework.data.annotation.Transient from Neo4j-OGM.

This is implemented with an update to Neo4j-OGM 3.2.20 and closes #1568.
This commit is contained in:
Michael Simons
2021-01-22 10:58:55 +01:00
parent ce08b4460f
commit 0aa1504e14
3 changed files with 71 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
<project.type>multi</project.type>
<neo4j.ogm.version>3.2.18</neo4j.ogm.version>
<neo4j.ogm.version>3.2.20</neo4j.ogm.version>
<springdata.commons>2.3.7.BUILD-SNAPSHOT</springdata.commons>
</properties>