diff --git a/.gitignore b/.gitignore
index 7493608d67..c552c82cc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ logs
build/
.gradle/
devenv.local
+.vscode/
diff --git a/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml b/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml
index 94c7071c49..b37171c213 100644
--- a/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml
+++ b/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml
@@ -32,7 +32,8 @@
Integration tests of Neo4j-OGM Core and API across different transports.
- 1.12.3
+ 1.15.1
+ 2.1.2
@@ -171,7 +172,18 @@
-
+
+
+ org.rnorth.visible-assertions
+ visible-assertions
+ ${visible-assertions.version}
+
+
+ net.java.dev.jna
+ jna
+
+
+