From c50aec01da63c74e0b724815c2614867c6424205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 05:30:45 +0000 Subject: [PATCH] Bump com.github.ie3-institute:PowerSystemUtils from 2.2.1 to 3.1.0 Bumps [com.github.ie3-institute:PowerSystemUtils](https://github.com/ie3-institute/PowerSystemUtils) from 2.2.1 to 3.1.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/v2.2.1...v3.1.0) --- updated-dependencies: - dependency-name: com.github.ie3-institute:PowerSystemUtils dependency-version: 3.1.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 34f956b4..06cedb47 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { } /* util functions */ - implementation('com.github.ie3-institute:PowerSystemUtils:2.2.1') { + implementation('com.github.ie3-institute:PowerSystemUtils:3.1.0') { exclude group: 'org.apache.logging.log4j' exclude group: 'org.slf4j' /* Exclude our own nested dependencies */