Skip to content

Commit

Permalink
add 'org.apache.commons:commons-lang3:3.12.0' as explicit dependency …
Browse files Browse the repository at this point in the history
…+ update to PSU v1.6
  • Loading branch information
johanneshiry committed Jan 5, 2022
1 parent 22694a0 commit 7c60f06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repositories {

dependencies {
// ie³ power system utils
implementation 'com.github.ie3-institute:PowerSystemUtils:1.5.3'
implementation 'com.github.ie3-institute:PowerSystemUtils:1.6'

implementation 'tech.units:indriya:2.1.2'

Expand Down Expand Up @@ -85,6 +85,8 @@ dependencies {

implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
implementation 'org.apache.commons:commons-compress:1.21' // I/O functionalities
implementation 'org.apache.commons:commons-lang3:3.12.0'

}

wrapper {
Expand Down

0 comments on commit 7c60f06

Please sign in to comment.