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 20
20
<dependency >
21
21
<groupId >org.apache.maven.plugin-tools</groupId >
22
22
<artifactId >maven-plugin-annotations</artifactId >
23
- <version >3.15.0 </version >
23
+ <version >3.15.1 </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.15.0 </version >
39
+ <version >3.15.1 </version >
40
40
<configuration >
41
41
<goalPrefix >provides</goalPrefix >
42
42
</configuration >
Original file line number Diff line number Diff line change 11
11
<description >testing support for avaje-inject dependency injection</description >
12
12
13
13
<properties >
14
- <jupiter .version>5.11.2 </jupiter .version>
14
+ <jupiter .version>5.11.3 </jupiter .version>
15
15
<mockito .version>5.14.2</mockito .version>
16
16
</properties >
17
17
45
45
<dependency >
46
46
<groupId >net.bytebuddy</groupId >
47
47
<artifactId >byte-buddy</artifactId >
48
- <version >1.15.5 </version >
48
+ <version >1.15.7 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >net.bytebuddy</groupId >
52
52
<artifactId >byte-buddy-agent</artifactId >
53
- <version >1.15.5 </version >
53
+ <version >1.15.7 </version >
54
54
</dependency >
55
55
56
56
<dependency >
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.5 </version >
61
+ <version >1.15.7 </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.5 </version >
67
+ <version >1.15.7 </version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
<dependency >
You can’t perform that action at this time.
0 commit comments