Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.1…
Browse files Browse the repository at this point in the history
…7.0 (#195)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent 44dcd97 commit 322426c
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 @@ -18,7 +18,7 @@ dependencies {

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.20")
implementation("io.github.classgraph:classgraph:4.8.175")
implementation("org.apache.commons:commons-lang3:3.16.0")
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
Expand Down

0 comments on commit 322426c

Please sign in to comment.