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 (#1016)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 1d9e310 commit d11233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/test-resources/custom-test-resource/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
runtimeOnly("ch.qos.logback:logback-classic")
runtimeOnly("io.micronaut:micronaut-jackson-databind")
runtimeOnly("org.yaml:snakeyaml")
testResourcesImplementation("org.apache.commons:commons-lang3:3.14.0")
testResourcesImplementation("org.apache.commons:commons-lang3:3.17.0")
}

application {
Expand Down

0 comments on commit d11233b

Please sign in to comment.