Skip to content

Commit 7c60f06

Browse files
committed
add 'org.apache.commons:commons-lang3:3.12.0' as explicit dependency + update to PSU v1.6
1 parent 22694a0 commit 7c60f06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories {
5050

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

5555
implementation 'tech.units:indriya:2.1.2'
5656

@@ -85,6 +85,8 @@ dependencies {
8585

8686
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
8787
implementation 'org.apache.commons:commons-compress:1.21' // I/O functionalities
88+
implementation 'org.apache.commons:commons-lang3:3.12.0'
89+
8890
}
8991

9092
wrapper {

0 commit comments

Comments
 (0)