diff --git a/neo4j-ogm-tests/neo4j-ogm-integration-tests/src/test/kotlin/org/neo4j/ogm/kotlin/KotlinInteropTest.kt b/neo4j-ogm-tests/neo4j-ogm-integration-tests/src/test/kotlin/org/neo4j/ogm/kotlin/KotlinInteropTest.kt
index 89342009b..e7ac49c19 100644
--- a/neo4j-ogm-tests/neo4j-ogm-integration-tests/src/test/kotlin/org/neo4j/ogm/kotlin/KotlinInteropTest.kt
+++ b/neo4j-ogm-tests/neo4j-ogm-integration-tests/src/test/kotlin/org/neo4j/ogm/kotlin/KotlinInteropTest.kt
@@ -81,7 +81,7 @@ class KotlinInteropTest {
)
ObjectMapperFactory.objectMapper()
- .registerModule(KotlinModule())
+ .registerModule(KotlinModule.Builder().build())
.registerModule(IdTypesModule())
}
diff --git a/pom.xml b/pom.xml
index 7273172c0..c6cd53fa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
3.14.0
1.3.1
4.8.170
- 2.16.1
+ 2.17.0
0.8.11
5.10.2
1.9.23