Skip to content

Commit

Permalink
Update dependency org.apache.commons:commons-lang3 to v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent b9ab684 commit b66aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

implementation 'org.mariuszgromada.math:MathParser.org-mXparser:4.4.3'
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
implementation "com.jakewharton.timber:timber:4.7.1"
implementation "androidx.core:core-ktx:1.13.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit b66aeea

Please sign in to comment.