File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <jupiter .version>5.13.4</jupiter .version>
16- <mockito .version>5.18 .0</mockito .version>
16+ <mockito .version>5.19 .0</mockito .version>
1717 </properties >
1818
1919 <dependencies >
5959 <dependency >
6060 <groupId >net.bytebuddy</groupId >
6161 <artifactId >byte-buddy</artifactId >
62- <version >1.17.6 </version >
62+ <version >1.17.7 </version >
6363 </dependency >
6464 <dependency >
6565 <groupId >net.bytebuddy</groupId >
6666 <artifactId >byte-buddy-agent</artifactId >
67- <version >1.17.6 </version >
67+ <version >1.17.7 </version >
6868 </dependency >
6969
7070 <dependency >
Original file line number Diff line number Diff line change 5353 <dependency >
5454 <groupId >org.mockito</groupId >
5555 <artifactId >mockito-core</artifactId >
56- <version >5.18 .0</version >
56+ <version >5.19 .0</version >
5757 <optional >true</optional >
5858 </dependency >
5959
Original file line number Diff line number Diff line change 6262 <dependency >
6363 <groupId >net.bytebuddy</groupId >
6464 <artifactId >byte-buddy</artifactId >
65- <version >1.17.6 </version >
65+ <version >1.17.7 </version >
6666 <scope >test</scope >
6767 </dependency >
6868 <dependency >
6969 <groupId >net.bytebuddy</groupId >
7070 <artifactId >byte-buddy-agent</artifactId >
71- <version >1.17.6 </version >
71+ <version >1.17.7 </version >
7272 <scope >test</scope >
7373 </dependency >
7474 <dependency >
7575 <groupId >org.mockito</groupId >
7676 <artifactId >mockito-core</artifactId >
77- <version >5.18 .0</version >
77+ <version >5.19 .0</version >
7878 <scope >test</scope >
7979 </dependency >
8080 </dependencies >
You can’t perform that action at this time.
0 commit comments