From 94af8c5bcc15ca6fd6dad3aaf82bf5d3b4b91359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:55:07 +0000 Subject: [PATCH] chore(deps): bump tractusx Bumps `tractusx` from 0.8.0-SNAPSHOT to 0.9.0-20250106-SNAPSHOT. Updates `org.eclipse.tractusx.edc:edc-controlplane-postgresql-hashicorp-vault` from 0.8.0-SNAPSHOT to 0.9.0-20250106-SNAPSHOT Updates `org.eclipse.tractusx.edc:edc-dataplane-hashicorp-vault` from 0.8.0-SNAPSHOT to 0.9.0-20250106-SNAPSHOT Updates `org.eclipse.tractusx.edc:bdrs-client-spi` from 0.8.0-SNAPSHOT to 0.9.0-20250106-SNAPSHOT --- updated-dependencies: - dependency-name: org.eclipse.tractusx.edc:edc-controlplane-postgresql-hashicorp-vault dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.eclipse.tractusx.edc:edc-dataplane-hashicorp-vault dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.eclipse.tractusx.edc:bdrs-client-spi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0a6a4b8..c3b9f53 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ format.version = "1.1" [versions] edc = "0.10.1" -tractusx = "0.8.0-SNAPSHOT" +tractusx = "0.9.0-20250106-SNAPSHOT" jakarta-json = "2.1.3" jackson = "2.18.0" restAssured = "5.5.0"