From 4bd816592873894e2035e53ec560ac990735e6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:55:51 +0000 Subject: [PATCH] Bump edisonVersion from 3.3.2 to 3.3.3 Bumps `edisonVersion` from 3.3.2 to 3.3.3. Updates `de.otto.edison:edison-core` from 3.3.2 to 3.3.3 - [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.3.3 - [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-patch - dependency-name: de.otto.edison:edison-testsupport dependency-type: direct:production update-type: version-update:semver-patch ... 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..df20739c 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.3.3" testcontainersVersion = "1.20.1" }