Merge branch '3.2.x'

Closes gh-41077
This commit is contained in:
Phillip Webb
2024-06-11 10:48:52 -07:00
9 changed files with 17 additions and 18 deletions

View File

@@ -32,8 +32,10 @@ class MyIntegrationTests {
}
companion object {
@Container
val neo4j = Neo4jContainer("neo4j:5")
}
}

View File

@@ -34,9 +34,12 @@ class MyIntegrationTests {
}
companion object {
@Container
@ServiceConnection
@JvmStatic
val neo4j = Neo4jContainer("neo4j:5");
}
}