Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into to/#176-ts-meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober committed Aug 7, 2024
2 parents 0fa1f41 + 8d2d1fb commit b336cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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'
Expand Down

0 comments on commit b336cbe

Please sign in to comment.