@@ -240,14 +240,13 @@ limitations under the License.
240240 <dependency >
241241 <groupId >org.apache.commons</groupId >
242242 <artifactId >commons-lang3</artifactId >
243- <!-- 3.9+ needs Java8 -->
244243 <version >3.12.0</version >
245244 <scope >test</scope >
246245 </dependency >
247246 </dependencies >
248247 <properties >
249- <maven .compiler.source>1.7 </maven .compiler.source>
250- <maven .compiler.target>1.7 </maven .compiler.target>
248+ <maven .compiler.source>1.8 </maven .compiler.source>
249+ <maven .compiler.target>1.8 </maven .compiler.target>
251250 <commons .componentid>codec</commons .componentid>
252251 <commons .module.name>org.apache.commons.codec</commons .module.name>
253252 <commons .jira.id>CODEC</commons .jira.id>
@@ -259,8 +258,10 @@ limitations under the License.
259258 <checkstyle .header.file>${basedir} /src/conf/checkstyle-header.txt</checkstyle .header.file>
260259 <checkstyle .config.file>${basedir} /src/conf/checkstyle.xml</checkstyle .config.file>
261260 <checkstyle .version>2.17</checkstyle .version>
262- <commons .japicmp.version>0.15.2</commons .japicmp.version>
263- <commons .jacoco.version>0.8.6</commons .jacoco.version>
261+ <commons .japicmp.version>0.15.3</commons .japicmp.version>
262+ <commons .jacoco.version>0.8.7</commons .jacoco.version>
263+ <commons .javadoc.version>3.3.0</commons .javadoc.version>
264+ <commons .surefire-report.version>3.0.0-M5</commons .surefire-report.version>
264265 <japicmp .skip>false</japicmp .skip>
265266
266267 <!-- Commons Release Plugin -->
@@ -428,18 +429,6 @@ limitations under the License.
428429 </plugins >
429430 </reporting >
430431 <profiles >
431- <!-- profile to allow the use of plugin versions that require Java 7 -->
432- <!-- TODO remove when CP updated to version 51 -->
433- <profile >
434- <id >jdk7-plugin-fix-version</id >
435- <activation >
436- <jdk >[1.7,1.8)</jdk >
437- </activation >
438- <properties >
439- <!-- Fix to build on JDK 7: version 1.18 requires Java 8. -->
440- <commons .animal-sniffer.version>1.17</commons .animal-sniffer.version>
441- </properties >
442- </profile >
443432 <profile >
444433 <id >java9+</id >
445434 <activation >
0 commit comments