From 9176a1573fb0bacfa77fca5deb591c4154e41a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 04:51:32 +0000 Subject: [PATCH] Bump com.github.ie3-institute:PowerSystemUtils from 1.6 to 3.0.0 Bumps [com.github.ie3-institute:PowerSystemUtils](https://github.com/ie3-institute/PowerSystemUtils) from 1.6 to 3.0.0. - [Release notes](https://github.com/ie3-institute/PowerSystemUtils/releases) - [Changelog](https://github.com/ie3-institute/PowerSystemUtils/blob/main/CHANGELOG.md) - [Commits](https://github.com/ie3-institute/PowerSystemUtils/compare/v1.6.0...v3.0.0) --- updated-dependencies: - dependency-name: com.github.ie3-institute:PowerSystemUtils dependency-version: 3.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 4a28542..22d9e30 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { exclude group: 'com.github.ie3-institute' } - implementation ('com.github.ie3-institute:PowerSystemUtils:1.6') { + implementation ('com.github.ie3-institute:PowerSystemUtils:3.0.0') { /* Exclude nested logging and ie³ related dependencies */ exclude group: 'org.slf4j' exclude group: 'com.github.ie3-institute'