Skip to content

Commit

Permalink
deps: Update commons-lang3 to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed May 31, 2024
1 parent d5a2804 commit fcddf1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ gitPluginVersion = 3.0.0
cyclonedxPluginVersion = 1.8.2
moditectPluginVersion = 1.0.0-rc3
jacocoVersion = 0.8.12
commonsLang3Version = 3.14.0
beanutilsVersion = 1.9.4

org.gradle.daemon = true
org.gradle.caching = true
Expand Down
4 changes: 2 additions & 2 deletions subprojects/ezmorph-core/ezmorph-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
* limitations under the License.
*/
dependencies {
api('org.apache.commons:commons-lang3:3.11') {
api("org.apache.commons:commons-lang3:$commonsLang3Version") {
exclude group: 'commons-logging', module: 'commons-logging'
}
api('commons-beanutils:commons-beanutils:1.9.4') {
api("commons-beanutils:commons-beanutils:$beanutilsVersion") {
exclude group: 'commons-logging', module: 'commons-logging'
}
api "org.slf4j:slf4j-api:$slf4jVersion"
Expand Down

0 comments on commit fcddf1f

Please sign in to comment.