File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.avaje</groupId >
6
6
<artifactId >java11-oss</artifactId >
7
- <version >3.12 </version >
7
+ <version >4.0 </version >
8
8
</parent >
9
9
10
10
<groupId >io.avaje</groupId >
22
22
<dependency >
23
23
<groupId >org.apache.maven.plugin-tools</groupId >
24
24
<artifactId >maven-plugin-annotations</artifactId >
25
- <version >3.10.1 </version >
25
+ <version >3.10.2 </version >
26
26
<scope >provided</scope >
27
27
</dependency >
28
28
38
38
<plugin >
39
39
<groupId >org.apache.maven.plugins</groupId >
40
40
<artifactId >maven-plugin-plugin</artifactId >
41
- <version >3.10.1 </version >
41
+ <version >3.10.2 </version >
42
42
<configuration >
43
43
<goalPrefix >provides</goalPrefix >
44
44
</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.10.0 </jupiter .version>
15
- <mockito .version>5.6 .0</mockito .version>
14
+ <jupiter .version>5.10.1 </jupiter .version>
15
+ <mockito .version>5.7 .0</mockito .version>
16
16
</properties >
17
17
18
18
<dependencies >
38
38
<dependency >
39
39
<groupId >net.bytebuddy</groupId >
40
40
<artifactId >byte-buddy</artifactId >
41
- <version >1.14.9 </version >
41
+ <version >1.14.10 </version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >net.bytebuddy</groupId >
45
45
<artifactId >byte-buddy-agent</artifactId >
46
- <version >1.14.9 </version >
46
+ <version >1.14.10 </version >
47
47
</dependency >
48
48
49
49
<dependency >
91
91
<dependency >
92
92
<groupId >org.jetbrains</groupId >
93
93
<artifactId >annotations</artifactId >
94
- <version >24.0.1 </version >
94
+ <version >24.1.0 </version >
95
95
<scope >test</scope >
96
96
</dependency >
97
97
124
124
<groupId >org.apache.maven.plugins</groupId >
125
125
<artifactId >maven-compiler-plugin</artifactId >
126
126
<configuration >
127
- <release >${java.release} </release >
128
127
<annotationProcessorPaths >
129
128
<path >
130
129
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >org.mockito</groupId >
42
42
<artifactId >mockito-core</artifactId >
43
- <version >5.6 .0</version >
43
+ <version >5.7 .0</version >
44
44
<optional >true</optional >
45
45
</dependency >
46
46
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.avaje</groupId >
13
13
<artifactId >java11-oss</artifactId >
14
- <version >3.12 </version >
14
+ <version >4.0 </version >
15
15
</parent >
16
16
<scm >
17
17
<
developerConnection >scm:git:
[email protected] :avaje/avaje-inject.git</
developerConnection >
You can’t perform that action at this time.
0 commit comments