From a2c5e2fe3a4a7429e55f34339d0ba44af5c1fdd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 04:09:10 +0000 Subject: [PATCH] Bump PowerSystemUtils from 1.5.2 to 1.5.3 Bumps [PowerSystemUtils](https://github.com/ie3-institute/PowerSystemUtils) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/ie3-institute/PowerSystemUtils/releases) - [Changelog](https://github.com/ie3-institute/PowerSystemUtils/blob/master/CHANGELOG.md) - [Commits](https://github.com/ie3-institute/PowerSystemUtils/compare/v1.5.2...v1.5.3) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9460e5c00..d96513e24 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ repositories { dependencies { // ie³ power system utils - compile 'com.github.ie3-institute:PowerSystemUtils:1.5.2' + compile 'com.github.ie3-institute:PowerSystemUtils:1.5.3' implementation 'tech.units:indriya:2.1.2'