From 049d23bd96bac5e70ddc0a20075c85b80322c822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:23:22 +0000 Subject: [PATCH] Bump edisonVersion from 3.3.0 to 3.3.2 Bumps `edisonVersion` from 3.3.0 to 3.3.2. Updates `de.otto.edison:edison-core` from 3.3.0 to 3.3.2 - [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.0 to 3.3.2 - [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 7f3109da..87957276 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ group = 'de.otto.synapse' ext { awsSdkVersion = "2.27.7" springBootVersion = "3.3.4" - edisonVersion = "3.3.0" + edisonVersion = "3.3.2" testcontainersVersion = "1.20.1" }