From dc17b2c9e7455fa397eb56e88a10438e24be7fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:20:06 +0000 Subject: [PATCH] Bump com.github.ie3-institute:PowerSystemDataModel from 2.1.0 to 5.1.0 Bumps [com.github.ie3-institute:PowerSystemDataModel](https://github.com/ie3-institute/PowerSystemDatamodel) from 2.1.0 to 5.1.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/2.1.0...5.1.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 cac8c02..1ef8917 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { } // ie³ github repository - implementation ('com.github.ie3-institute:PowerSystemDataModel:2.1.0') { + implementation ('com.github.ie3-institute:PowerSystemDataModel:5.1.0') { /* Exclude nested logging and ie³ related dependencies */ exclude group: 'org.slf4j' exclude group: 'com.github.ie3-institute'