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 13
13
14
14
<properties >
15
15
<jupiter .version>5.13.4</jupiter .version>
16
- <mockito .version>5.18 .0</mockito .version>
16
+ <mockito .version>5.19 .0</mockito .version>
17
17
</properties >
18
18
19
19
<dependencies >
59
59
<dependency >
60
60
<groupId >net.bytebuddy</groupId >
61
61
<artifactId >byte-buddy</artifactId >
62
- <version >1.17.6 </version >
62
+ <version >1.17.7 </version >
63
63
</dependency >
64
64
<dependency >
65
65
<groupId >net.bytebuddy</groupId >
66
66
<artifactId >byte-buddy-agent</artifactId >
67
- <version >1.17.6 </version >
67
+ <version >1.17.7 </version >
68
68
</dependency >
69
69
70
70
<dependency >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >org.mockito</groupId >
55
55
<artifactId >mockito-core</artifactId >
56
- <version >5.18 .0</version >
56
+ <version >5.19 .0</version >
57
57
<optional >true</optional >
58
58
</dependency >
59
59
Original file line number Diff line number Diff line change 62
62
<dependency >
63
63
<groupId >net.bytebuddy</groupId >
64
64
<artifactId >byte-buddy</artifactId >
65
- <version >1.17.6 </version >
65
+ <version >1.17.7 </version >
66
66
<scope >test</scope >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >net.bytebuddy</groupId >
70
70
<artifactId >byte-buddy-agent</artifactId >
71
- <version >1.17.6 </version >
71
+ <version >1.17.7 </version >
72
72
<scope >test</scope >
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >org.mockito</groupId >
76
76
<artifactId >mockito-core</artifactId >
77
- <version >5.18 .0</version >
77
+ <version >5.19 .0</version >
78
78
<scope >test</scope >
79
79
</dependency >
80
80
</dependencies >
You can’t perform that action at this time.
0 commit comments