File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<properties >
14
14
<jupiter .version>5.12.0</jupiter .version>
15
- <mockito .version>5.15.2 </mockito .version>
15
+ <mockito .version>5.16.0 </mockito .version>
16
16
</properties >
17
17
18
18
<dependencies >
45
45
<dependency >
46
46
<groupId >net.bytebuddy</groupId >
47
47
<artifactId >byte-buddy</artifactId >
48
- <version >1.17.1 </version >
48
+ <version >1.17.2 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >net.bytebuddy</groupId >
52
52
<artifactId >byte-buddy-agent</artifactId >
53
- <version >1.17.1 </version >
53
+ <version >1.17.2 </version >
54
54
</dependency >
55
55
56
56
<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.15.2 </version >
56
+ <version >5.16.0 </version >
57
57
<optional >true</optional >
58
58
</dependency >
59
59
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >net.bytebuddy</groupId >
63
63
<artifactId >byte-buddy</artifactId >
64
- <version >1.17.1 </version >
64
+ <version >1.17.2 </version >
65
65
<scope >test</scope >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >net.bytebuddy</groupId >
69
69
<artifactId >byte-buddy-agent</artifactId >
70
- <version >1.17.1 </version >
70
+ <version >1.17.2 </version >
71
71
<scope >test</scope >
72
72
</dependency >
73
73
<dependency >
74
74
<groupId >org.mockito</groupId >
75
75
<artifactId >mockito-core</artifactId >
76
- <version >5.15.2 </version >
76
+ <version >5.16.0 </version >
77
77
<scope >test</scope >
78
78
</dependency >
79
79
</dependencies >
You can’t perform that action at this time.
0 commit comments