Skip to content

Commit 8322c5e

Browse files
committed
Fix typo
1 parent 213a083 commit 8322c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

0 commit comments

Comments
 (0)