Skip to content

Commit 1e82865

Browse files
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.4 (#43)
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
1 parent f2c57b0 commit 1e82865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dependencies {
150150
testImplementation group: 'org.json', name: 'json', version: '20240303'
151151
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
152152
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
153-
testImplementation("net.bytebuddy:byte-buddy:1.14.9")
153+
testImplementation("net.bytebuddy:byte-buddy:1.15.4")
154154
testImplementation("net.bytebuddy:byte-buddy-agent:1.15.4")
155155
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
156156
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'

0 commit comments

Comments
 (0)