Skip to content

Commit baac518

Browse files
Update dependency net.bytebuddy:byte-buddy-agent to v1.17.8 (#1115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a2abfe commit baac518

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
@@ -441,7 +441,7 @@ dependencies {
441441
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
442442
}
443443
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.17.8'
444-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.17.7'
444+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.17.8'
445445
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
446446
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.20.0'
447447

0 commit comments

Comments
 (0)