File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >org.apache.maven.plugin-tools</groupId >
22
22
<artifactId >maven-plugin-annotations</artifactId >
23
- <version >3.14 .0</version >
23
+ <version >3.15 .0</version >
24
24
<scope >provided</scope >
25
25
</dependency >
26
26
36
36
<plugin >
37
37
<groupId >org.apache.maven.plugins</groupId >
38
38
<artifactId >maven-plugin-plugin</artifactId >
39
- <version >3.14 .0</version >
39
+ <version >3.15 .0</version >
40
40
<configuration >
41
41
<goalPrefix >provides</goalPrefix >
42
42
</configuration >
Original file line number Diff line number Diff line change 12
12
13
13
<properties >
14
14
<jupiter .version>5.11.0</jupiter .version>
15
- <mockito .version>5.12 .0</mockito .version>
15
+ <mockito .version>5.13 .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.15.0 </version >
48
+ <version >1.15.1 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >net.bytebuddy</groupId >
52
52
<artifactId >byte-buddy-agent</artifactId >
53
- <version >1.15.0 </version >
53
+ <version >1.15.1 </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.12 .0</version >
56
+ <version >5.13 .0</version >
57
57
<optional >true</optional >
58
58
</dependency >
59
59
Original file line number Diff line number Diff line change 58
58
<dependency >
59
59
<groupId >net.bytebuddy</groupId >
60
60
<artifactId >byte-buddy</artifactId >
61
- <version >1.15.0 </version >
61
+ <version >1.15.1 </version >
62
62
<scope >test</scope >
63
63
</dependency >
64
64
<dependency >
65
65
<groupId >net.bytebuddy</groupId >
66
66
<artifactId >byte-buddy-agent</artifactId >
67
- <version >1.15.0 </version >
67
+ <version >1.15.1 </version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
<dependency >
71
71
<groupId >org.mockito</groupId >
72
72
<artifactId >mockito-core</artifactId >
73
- <version >5.12 .0</version >
73
+ <version >5.13 .0</version >
74
74
<scope >test</scope >
75
75
</dependency >
76
76
</dependencies >
You can’t perform that action at this time.
0 commit comments