Skip to content

Commit c518c1f

Browse files
committed
Fix typo
1 parent 6571a3f commit c518c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
implementation('org.apache.commons:commons-compress:1.27.1') {
9191
because 'spotify docker-client uses an outdated version'
9292
}
93-
implementation('org.apache.commons:commons-lang3:3.19.0') {
93+
implementation('org.apache.commons:commons-lang3:3.18.0') {
9494
because 'spotify docker-client uses an outdated version'
9595
}
9696
implementation('org.apache.httpcomponents:httpclient:4.5.14') {

0 commit comments

Comments
 (0)