Skip to content

Commit a41e246

Browse files
committed
chore: Update org.reflections dependency
1 parent 9e9442f commit a41e246

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
@@ -51,7 +51,7 @@ dependencies {
5151
// result, you won't be able to add hooks for anything in those packages.
5252
implementation 'com.alibaba:fastjson:1.2.83'
5353
implementation "org.javassist:javassist:${javassistVersion}"
54-
implementation 'org.reflections:reflections:0.9.11'
54+
implementation 'org.reflections:reflections:0.10.2'
5555
implementation 'net.bytebuddy:byte-buddy:1.14.10'
5656
implementation 'org.apache.commons:commons-lang3:3.10'
5757
implementation 'commons-io:commons-io:2.15.1'

0 commit comments

Comments
 (0)