From 2979e4ffcbf9b47c4efc1836a2b968c34998c6b8 Mon Sep 17 00:00:00 2001 From: Seu Pedro <33115289+seupedro@users.noreply.github.com> Date: Sat, 20 May 2023 19:02:38 -0300 Subject: [PATCH] Update README.md https://docs.gradle.org/current/userguide/declaring_dependencies.html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a407e9..a358db4 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The default version of the embedded postgres is `PostgreSQL 14.8`, but it can be 2. If you use Gradle 5+, [Maven BOMs are supported out of the box](https://docs.gradle.org/5.0/userguide/managing_transitive_dependencies.html#sec:bom_import), so you can import the bom: dependencies { - implementation enforcedPlatform('io.zonky.test.postgres:embedded-postgres-binaries-bom:15.3.0') + testImplementation enforcedPlatform('io.zonky.test.postgres:embedded-postgres-binaries-bom:15.3.0') } 3. Or, you can use [Spring's dependency management plugin](https://docs.spring.io/dependency-management-plugin/docs/current/reference/html/#dependency-management-configuration-bom-import) that provides Maven-like dependency management to Gradle: