Skip to content

Commit

Permalink
Merge pull request #158 from opwvhk/dependabot/gradle/org.apache.comm…
Browse files Browse the repository at this point in the history
…ons-commons-lang3-3.16.0

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
  • Loading branch information
opwvhk authored Aug 11, 2024
2 parents 1bd82d6 + e7b3cb7 commit d2ba841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("org.apache.avro:avro-idl:1.12.0") { exclude("org.slf4j") }
implementation("org.apache.commons:commons-compress:1.26.2")
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.apache.commons:commons-lang3:3.15.0")
implementation("org.apache.commons:commons-lang3:3.16.0")
implementation("org.json:json:20240303")
implementation("org.kohsuke", "github-api", "1.317")
implementation("io.jsonwebtoken", "jjwt-impl", "0.10.5")
Expand Down

0 comments on commit d2ba841

Please sign in to comment.