From b07ac0eb69472f9a2f776c0b113d5282a74c2a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 04:10:31 +0000 Subject: [PATCH] Bump PowerSystemUtils from 1.5.1 to 1.5.2 Bumps [PowerSystemUtils](https://github.com/ie3-institute/PowerSystemUtils) from 1.5.1 to 1.5.2. - [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.1...v1.5.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67f6cd6d7..a40b2f5ec 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.1' + compile 'com.github.ie3-institute:PowerSystemUtils:1.5.2' implementation 'tech.units:indriya:2.1.2'