Skip to content

Commit

Permalink
[TSD-File-API-Client]: Bump org.apache.commons:commons-lang3
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.9 to 3.14.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 Feb 19, 2024
1 parent 6339a8f commit 001201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tsd-file-api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")

implementation("org.apache.commons:commons-lang3:3.9")
implementation("org.apache.commons:commons-lang3:3.14.0")
implementation("commons-io:commons-io:2.15.1")
implementation("com.auth0:java-jwt:3.10.3")
implementation("com.google.code.gson:gson:2.8.9")
Expand Down

0 comments on commit 001201d

Please sign in to comment.