Skip to content

Commit bbd0d45

Browse files
build(deps): bump org.apache.commons:commons-lang3 from 3.10 to 3.18.0
Bumps org.apache.commons:commons-lang3 from 3.10 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83d3958 commit bbd0d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation "org.javassist:javassist:${javassistVersion}"
5555
implementation 'org.reflections:reflections:0.9.11'
5656
implementation 'net.bytebuddy:byte-buddy:1.14.10'
57-
implementation 'org.apache.commons:commons-lang3:3.10'
57+
implementation 'org.apache.commons:commons-lang3:3.18.0'
5858
implementation 'commons-io:commons-io:2.15.1'
5959
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2'
6060
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'

0 commit comments

Comments
 (0)