Skip to content

Commit

Permalink
Update commons-io version
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 20, 2025
1 parent d82b890 commit 5d9bd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
testImplementation 'org.hamcrest:hamcrest-core:2.2'
testImplementation "org.mockito:mockito-core:${project.mockito_version}"
testImplementation "org.mockito:mockito-junit-jupiter:${project.mockito_version}"
testImplementation 'org.apache.commons:commons-io:1.3.2'
testImplementation 'commons-io:commons-io:2.17.0'
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
}

Expand Down

0 comments on commit 5d9bd61

Please sign in to comment.