From 48b6292c660b9a5ebe58d3929e963e8f43a807c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 04:45:30 +0000 Subject: [PATCH] Bump com.github.ie3-institute:PowerSystemDataModel from 7.0.0 to 8.0.0 Bumps [com.github.ie3-institute:PowerSystemDataModel](https://github.com/ie3-institute/PowerSystemDatamodel) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/ie3-institute/PowerSystemDatamodel/releases) - [Changelog](https://github.com/ie3-institute/PowerSystemDataModel/blob/8.0.0/CHANGELOG.md) - [Commits](https://github.com/ie3-institute/PowerSystemDatamodel/compare/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: com.github.ie3-institute:PowerSystemDataModel dependency-version: 8.0.0 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 cd3778c..d66782e 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies{ } //PSDM - implementation('com.github.ie3-institute:PowerSystemDataModel:7.0.0') { + implementation('com.github.ie3-institute:PowerSystemDataModel:8.0.0') { exclude group: 'org.apache.logging.log4j' exclude group: 'org.slf4j' /* Exclude our own nested dependencies */