From fbf0cc5470b1c05434f2ae9b80168b97f1b9bf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 04:31:06 +0000 Subject: [PATCH] Bump com.github.ie3-institute:simonaAPI from 0.3.0 to 0.4.0 Bumps [com.github.ie3-institute:simonaAPI](https://github.com/ie3-institute/simonaAPI) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/ie3-institute/simonaAPI/releases) - [Changelog](https://github.com/ie3-institute/simonaAPI/blob/dev/CHANGELOG.md) - [Commits](https://github.com/ie3-institute/simonaAPI/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: com.github.ie3-institute:simonaAPI 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 d080a6dc43..8031874362 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { exclude group: 'edu.ie3' } - implementation('com.github.ie3-institute:simonaAPI:0.3.0') { + implementation('com.github.ie3-institute:simonaAPI:0.4.0') { exclude group: 'org.apache.logging.log4j' exclude group: 'org.slf4j' /* Exclude our own nested dependencies */