Upgrade to Neo4J OGM 2.1.3

Closes gh-9335
pull/8758/merge
Stephane Nicoll 8 years ago
parent 544d516563
commit 062dc3cb9a

@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -104,7 +104,8 @@ public class Neo4jPropertiesTests {
"spring.data.neo4j.uri=http://user:secret@my-server:7474");
Configuration configuration = properties.createConfiguration();
assertDriver(configuration, Neo4jProperties.HTTP_DRIVER,
"http://user:secret@my-server:7474");
"http://my-server:7474");
assertCredentials(configuration, "user", "secret");
assertCredentials(configuration, "user", "secret");
}

@ -137,7 +137,7 @@
<mysql.version>5.1.42</mysql.version>
<narayana.version>5.5.24.Final</narayana.version>
<nekohtml.version>1.9.22</nekohtml.version>
<neo4j-ogm.version>2.1.2</neo4j-ogm.version>
<neo4j-ogm.version>2.1.3</neo4j-ogm.version>
<postgresql.version>9.4.1212.jre7</postgresql.version>
<querydsl.version>4.1.4</querydsl.version>
<reactor.version>2.0.8.RELEASE</reactor.version>

Loading…
Cancel
Save