We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6861e5 commit c26c8c4Copy full SHA for c26c8c4
pom.xml
@@ -497,19 +497,19 @@
497
<dependency>
498
<groupId>org.mockito</groupId>
499
<artifactId>mockito-core</artifactId>
500
- <version>5.14.2</version>
+ <version>5.20.0</version>
501
<scope>test</scope>
502
</dependency>
503
504
<groupId>net.bytebuddy</groupId>
505
<artifactId>byte-buddy</artifactId>
506
- <version>1.17.5</version>
+ <version>1.18.2</version>
507
508
509
510
511
<artifactId>byte-buddy-agent</artifactId>
512
513
514
515
</dependencies>
0 commit comments