Skip to content

Commit befcfac

Browse files
Bump commons-io:commons-io from 2.5 to 2.14.0
Bumps commons-io:commons-io from 2.5 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a9ad91 commit befcfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

termux-shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
// Do not increment version higher than 2.5 or there
2525
// will be runtime exceptions on android < 8
2626
// due to missing classes like java.nio.file.Path.
27-
implementation "commons-io:commons-io:2.5"
27+
implementation "commons-io:commons-io:2.14.0"
2828

2929
implementation project(":terminal-view")
3030

0 commit comments

Comments
 (0)