Skip to content

Commit c26c8c4

Browse files
authored
Update Mockito and Byte Buddy versions in pom.xml (#2860)
1 parent d6861e5 commit c26c8c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,19 +497,19 @@
497497
<dependency>
498498
<groupId>org.mockito</groupId>
499499
<artifactId>mockito-core</artifactId>
500-
<version>5.14.2</version>
500+
<version>5.20.0</version>
501501
<scope>test</scope>
502502
</dependency>
503503
<dependency>
504504
<groupId>net.bytebuddy</groupId>
505505
<artifactId>byte-buddy</artifactId>
506-
<version>1.17.5</version>
506+
<version>1.18.2</version>
507507
<scope>test</scope>
508508
</dependency>
509509
<dependency>
510510
<groupId>net.bytebuddy</groupId>
511511
<artifactId>byte-buddy-agent</artifactId>
512-
<version>1.17.5</version>
512+
<version>1.18.2</version>
513513
<scope>test</scope>
514514
</dependency>
515515
</dependencies>

0 commit comments

Comments
 (0)