From 5feb5262c48f399f1b3ee02cc269f770451fc495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:01:40 +0000 Subject: [PATCH] Bump com.github.ie3-institute:PowerSystemDataModel from 3.0.0 to 4.0.0 Bumps [com.github.ie3-institute:PowerSystemDataModel](https://github.com/ie3-institute/PowerSystemDatamodel) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/ie3-institute/PowerSystemDatamodel/releases) - [Changelog](https://github.com/ie3-institute/PowerSystemDataModel/blob/dev/CHANGELOG.md) - [Commits](https://github.com/ie3-institute/PowerSystemDatamodel/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: com.github.ie3-institute:PowerSystemDataModel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1405007e..8ba45db8 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { /* PowerSystemDataModel */ - implementation('com.github.ie3-institute:PowerSystemDataModel:3.0.0') { + implementation('com.github.ie3-institute:PowerSystemDataModel:4.0.0') { exclude group: 'org.apache.logging.log4j' exclude group: 'org.slf4j' /* Exclude our own nested dependencies */