File tree Expand file tree Collapse file tree 3 files changed +22
-20
lines changed Expand file tree Collapse file tree 3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >org.apache.ant</groupId >
1717 <artifactId >ant</artifactId >
18- <version >1.8.2 </version >
18+ <version >1.10.15 </version >
1919 <scope >provided</scope >
2020 </dependency >
2121 </dependencies >
4848 <plugin >
4949 <groupId >org.apache.maven.plugins</groupId >
5050 <artifactId >maven-antrun-plugin</artifactId >
51- <version >1.8 </version >
51+ <version >3.1.0 </version >
5252 <executions >
5353 <execution >
5454 <id >preprocess-test-resources</id >
Original file line number Diff line number Diff line change 1111 <jcp .test.version>7.3.0-SNAPSHOT</jcp .test.version>
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <junit .version>5.13.3</junit .version>
14+ <maven .compiler.source>11</maven .compiler.source>
15+ <maven .compiler.target>11</maven .compiler.target>
1416 <maven .compiler.release>11</maven .compiler.release>
1517 <gradle5 .executable>gradle5</gradle5 .executable>
1618 <gradle6 .executable>gradle6</gradle6 .executable>
9395 <groupId >org.junit.jupiter</groupId >
9496 <artifactId >junit-jupiter-api</artifactId >
9597 <version >${junit.version} </version >
96- <scope >test</scope >
97- </dependency >
98+ <scope >test</scope >
99+ </dependency >
98100 </dependencies >
99101
100102 <build >
101- <plugins >
102- <plugin >
103- <groupId >org.apache.maven.plugins</groupId >
104- <artifactId >maven-clean-plugin</artifactId >
105- <executions >
106- <execution >
107- <id >force-clean</id >
108- <goals >
109- <goal >clean</goal >
110- </goals >
111- <phase >initialize</phase >
112- </execution >
113- </executions >
114- </plugin >
115- </plugins >
103+ <plugins >
104+ <plugin >
105+ <groupId >org.apache.maven.plugins</groupId >
106+ <artifactId >maven-clean-plugin</artifactId >
107+ <executions >
108+ <execution >
109+ <id >force-clean</id >
110+ <goals >
111+ <goal >clean</goal >
112+ </goals >
113+ <phase >initialize</phase >
114+ </execution >
115+ </executions >
116+ </plugin >
117+ </plugins >
116118 </build >
117119
118120</project >
Original file line number Diff line number Diff line change 192192 <dependency >
193193 <groupId >org.apache.ant</groupId >
194194 <artifactId >ant</artifactId >
195- <version >1.8.2 </version >
195+ <version >1.10.15 </version >
196196 <scope >provided</scope >
197197 </dependency >
198198 <dependency >
You can’t perform that action at this time.
0 commit comments