Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 4f85c66 commit 6a94b9d
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 @@ -24,7 +24,7 @@ dependencies {
implementation 'org.slf4j:jcl-over-slf4j:2.0.13'
implementation 'ch.qos.logback:logback-classic:1.4.14'
implementation 'cn.hutool:hutool-core:5.8.29'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-lang3:3.17.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
Expand Down

0 comments on commit 6a94b9d

Please sign in to comment.