From e735f5290379ffb7c0f971ec1ec208331ca456ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:22:53 +0000 Subject: [PATCH] Bump edisonVersion from 3.3.2 to 3.4.0 Bumps `edisonVersion` from 3.3.2 to 3.4.0. Updates `de.otto.edison:edison-core` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/otto-de/jlineup/releases) - [Changelog](https://github.com/otto-de/jlineup/blob/main/HISTORY.md) - [Commits](https://github.com/otto-de/jlineup/commits) Updates `de.otto.edison:edison-testsupport` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/otto-de/jlineup/releases) - [Changelog](https://github.com/otto-de/jlineup/blob/main/HISTORY.md) - [Commits](https://github.com/otto-de/jlineup/commits) --- updated-dependencies: - dependency-name: de.otto.edison:edison-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: de.otto.edison:edison-testsupport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7f36b06c..4833851f 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ group = 'de.otto.synapse' ext { awsSdkVersion = "2.28.9" springBootVersion = "3.3.4" - edisonVersion = "3.3.2" + edisonVersion = "3.4.0" testcontainersVersion = "1.20.1" }