This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 15303fb43e72af4d6bc20d0c5785fd54a8b5af7b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 00:12:31 2026 +0000
Bump io.zonky.test.postgres:embedded-postgres-binaries-bom
Bumps
[io.zonky.test.postgres:embedded-postgres-binaries-bom](https://github.com/zonkyio/embedded-postgres-binaries)
from 18.1.0 to 18.2.0.
- [Release
notes](https://github.com/zonkyio/embedded-postgres-binaries/releases)
-
[Commits](https://github.com/zonkyio/embedded-postgres-binaries/compare/v18.1.0...v18.2.0)
---
updated-dependencies:
- dependency-name: io.zonky.test.postgres:embedded-postgres-binaries-bom
dependency-version: 18.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f11f8e91b8..94531debb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,7 @@ under the License.
<testcontainers.version>2.0.3</testcontainers.version>
<zonky.embedded-postgres.version>2.2.0</zonky.embedded-postgres.version>
-
<zonky.embedded-postgres-binaries.version>18.1.0</zonky.embedded-postgres-binaries.version>
+
<zonky.embedded-postgres-binaries.version>18.2.0</zonky.embedded-postgres-binaries.version>
<testds.rootDn>o=isp</testds.rootDn>
<testds.bindDn>uid=admin,ou=system</testds.bindDn>