From 8928f8b6ee4a759a067fa79ca98a4ea9e548954a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:34:04 +0000 Subject: [PATCH] Bump edisonVersion from 3.0.0-M2 to 3.1.0 Bumps `edisonVersion` from 3.0.0-M2 to 3.1.0. Updates `de.otto.edison:edison-core` from 3.0.0-M2 to 3.1.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.0.0-M2 to 3.1.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 50a4d75e..fdcdc5a7 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ group = 'de.otto.synapse' ext { awsSdkVersion = "2.20.12" springBootVersion = "3.1.0" - edisonVersion = "3.0.0-M2" + edisonVersion = "3.1.0" }