Skip to content

Commit cb08840

Browse files
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.19.0
1 parent 9cf584b commit cb08840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

howto-dapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha1"
2020

2121
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
22-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
22+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0'
2323
}
2424

2525
jar {

0 commit comments

Comments
 (0)