diff --git a/pom.xml b/pom.xml
index 88e9407..0368745 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,18 @@
UTF-8
+
+
+
+ io.zonky.test.postgres
+ embedded-postgres-binaries-bom
+ 16.4.0
+ pom
+ import
+
+
+
+
org.springframework.boot
@@ -57,6 +69,17 @@
2.5.1
test
+
+ io.zonky.test
+ embedded-postgres
+ 2.0.7
+ test
+
+
+ io.zonky.test.postgres
+ embedded-postgres-binaries-darwin-arm64v8
+ test
+
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 501fcb5..b86d232 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,2 +1,2 @@
spring.flyway.schemas=test
-zonky.test.database.postgres.docker.image=postgres:16-alpine
\ No newline at end of file
+zonky.test.database.provider=zonky
\ No newline at end of file