From 4383e1fb430b49b24a90a2733b599fa429ea6268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:35:00 +0000 Subject: [PATCH 1/2] Bump com.github.ie3-institute:PowerSystemDataModel from 5.0.1 to 5.1.0 (#247) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba6ca539..d9b436b6 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ repositories { dependencies { /* PowerSystemDataModel */ - implementation('com.github.ie3-institute:PowerSystemDataModel:5.0.1') { + implementation('com.github.ie3-institute:PowerSystemDataModel:5.1.0') { exclude group: 'org.apache.logging.log4j' exclude group: 'org.slf4j' /* Exclude our own nested dependencies */ From 8d2d1fb385e717746495a9faf44e0d382430643b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:52:00 +0000 Subject: [PATCH 2/2] Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 (#251) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d9b436b6..d329e196 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { exclude group: 'com.github.ie3-institute' } - implementation 'org.codehaus.groovy:groovy:3.0.21' + implementation 'org.codehaus.groovy:groovy:3.0.22' implementation 'tech.units:indriya:2.2' implementation 'org.locationtech.jts:jts-core:1.19.0'