File tree 2 files changed +3
-3
lines changed
src/test/java/org/springframework/data/neo4j
documentation/spring_boot
integration/multiple_ctx_imperative
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
// tag::faq.template-reactive-pt2[]
49
49
class ReactiveTemplateExampleTest {
50
50
51
- @ Container private static Neo4jContainer <?> neo4jContainer = new Neo4jContainer <>("neo4j:4.0 " );
51
+ @ Container private static Neo4jContainer <?> neo4jContainer = new Neo4jContainer <>("neo4j:4.4 " );
52
52
53
53
@ DynamicPropertySource
54
54
static void neo4jProperties (DynamicPropertyRegistry registry ) {
Original file line number Diff line number Diff line change 53
53
public class MultipleContextsIT {
54
54
55
55
@ Container
56
- private static Neo4jContainer container1 = new Neo4jContainer <>("neo4j:4.0 " )
56
+ private static Neo4jContainer container1 = new Neo4jContainer <>("neo4j:4.4 " )
57
57
.withAdminPassword ("secret1" );
58
58
59
59
@ Container
60
- private static Neo4jContainer container2 = new Neo4jContainer <>("neo4j:4.0 " )
60
+ private static Neo4jContainer container2 = new Neo4jContainer <>("neo4j:4.4 " )
61
61
.withAdminPassword ("secret2" );
62
62
63
63
@ DynamicPropertySource
You can’t perform that action at this time.
0 commit comments