chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.16.1 (#1293)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-19 16:48:47 +00:00 committed by GitHub
parent 0af9f2901f
commit 6071932cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
<scope>test</scope>
</dependency>
<!-- End mockito workaround-->