File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >io.avaje</groupId >
75
75
<artifactId >junit</artifactId >
76
- <version >1.4 </version >
76
+ <version >1.5 </version >
77
77
<scope >test</scope >
78
78
</dependency >
79
79
100
100
</execution >
101
101
</executions >
102
102
</plugin >
103
- <plugin >
104
- <groupId >org.apache.maven.plugins</groupId >
105
- <artifactId >maven-surefire-plugin</artifactId >
106
- <configuration >
107
- <argLine >-XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine >
108
- </configuration >
109
- </plugin >
110
103
<plugin >
111
104
<groupId >org.apache.maven.plugins</groupId >
112
105
<artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >io.avaje</groupId >
37
37
<artifactId >junit</artifactId >
38
- <version >1.4 </version >
38
+ <version >1.5 </version >
39
39
<scope >test</scope >
40
40
</dependency >
41
41
Original file line number Diff line number Diff line change 119
119
<dependency >
120
120
<groupId >io.avaje</groupId >
121
121
<artifactId >junit</artifactId >
122
- <version >1.4 </version >
122
+ <version >1.5 </version >
123
123
<scope >test</scope >
124
124
</dependency >
125
125
146
146
<artifactId >maven-surefire-plugin</artifactId >
147
147
<configuration >
148
148
<useModulePath >false</useModulePath >
149
- <argLine >-XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine >
150
149
</configuration >
151
150
</plugin >
152
151
</plugins >
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >io.avaje</groupId >
51
51
<artifactId >junit</artifactId >
52
- <version >1.4 </version >
52
+ <version >1.5 </version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
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 >4.0 </version >
14
+ <version >4.1 </version >
15
15
</parent >
16
16
<scm >
17
17
<developerConnection >scm:git:git@github.com:avaje/avaje-inject.git</developerConnection >
You can’t perform that action at this time.
0 commit comments