From 5735cec2354a24351d4f67bec44ba923feae66ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:05:30 +0000 Subject: [PATCH] Bump edisonVersion from 3.1.7 to 3.2.0 Bumps `edisonVersion` from 3.1.7 to 3.2.0. Updates `de.otto.edison:edison-core` from 3.1.7 to 3.2.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.1.7 to 3.2.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 395de8d4..2df7db54 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ group = 'de.otto.synapse' ext { awsSdkVersion = "2.22.9" springBootVersion = "3.2.2" - edisonVersion = "3.1.7" + edisonVersion = "3.2.0" testcontainersVersion = "1.19.4" }