From 95251aedae24b8cd4578429374bea1541935a13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 13:08:20 +0000 Subject: [PATCH] build(deps-dev): bump postgresql in /server/api-service Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.16.3 to 1.18.0. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.3...1.18.0) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/api-service/openblocks-plugins/postgresPlugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api-service/openblocks-plugins/postgresPlugin/pom.xml b/server/api-service/openblocks-plugins/postgresPlugin/pom.xml index 28c4c4050..4b2694630 100644 --- a/server/api-service/openblocks-plugins/postgresPlugin/pom.xml +++ b/server/api-service/openblocks-plugins/postgresPlugin/pom.xml @@ -51,7 +51,7 @@ org.testcontainers postgresql - 1.16.3 + 1.18.0 test