Mahammad Kamilli

Results 1 comments of Mahammad Kamilli

I had a similar issue. Dependency: `testImplementation("io.zonky.test:embedded-database-spring-test:2.1.1")` It started happening to me after upgrading to **macOS Monterey 12.0.1**. You can resolve problem by using `embedded-postgres-binaries-bom`. https://github.com/zonkyio/embedded-postgres-binaries#postgres-version For gradle users: `mavenBom("io.zonky.test.postgres:embedded-postgres-binaries-bom:11.14.0")`...