This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/master by this push: new 7121a04 Modernize Component dependencies. 7121a04 is described below commit 7121a04803ac91d8a78e68b2df95c74a77cf20a5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 29 08:39:14 2021 -0400 Modernize Component dependencies. - Update Java from 7 to 8. - Update Commons Parent from 51 to 52. - Update JUnit from 4.13.1 to 4.13.2. - Update Apache Commons IO from 2.6 to 2.8.0. - Update Powermock from 2.0.5 to 2.0.9. --- pom.xml | 12 ++++++------ src/changes/changes.xml | 12 +++++++++--- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 6b9cf4e..6fde395 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>51</version> + <version>52</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-email</artifactId> @@ -242,7 +242,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13.1</version> + <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> @@ -254,7 +254,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.8.0</version> <scope>test</scope> </dependency> <dependency> @@ -292,8 +292,8 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>email</commons.componentid> <commons.module.name>org.apache.commons.mail</commons.module.name> <commons.jira.id>EMAIL</commons.jira.id> @@ -305,7 +305,7 @@ <!-- override the default commons encoding property --> <commons.encoding>UTF-8</commons.encoding> - <powermock.version>2.0.5</powermock.version> + <powermock.version>2.0.9</powermock.version> <easymock.version>4.2</easymock.version> <findbugs.version>3.0.5</findbugs.version> <spotbugs.plugin.version>4.0.4</spotbugs.plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index eab7477..4348467 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -36,7 +36,7 @@ Update from Java 6 to 7. </action> <action type="update" due-to="Gary Gregory" dev="ggregory"> - Update commons-parent from 50 to 51. + Update commons-parent from 50 to 52. </action> <action type="update" due-to="Dependabot" dev="ggregory"> Update actions/checkout from v1 to v2.3.2 #17, #25. @@ -47,8 +47,8 @@ <action type="update" due-to="Dependabot" dev="ggregory"> Update jakarta.mail from 1.6.4 to 1.6.5 #22. </action> - <action type="update" due-to="Dependabot" dev="ggregory"> - Bump junit from 4.13 to 4.13.1 #32. + <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory"> + Bump junit from 4.13 to 4.13.2 #32. </action> <action type="update" due-to="Dependabot" dev="ggregory"> Bump actions/setup-java from v1.4.0 to v1.4.3 #30 @@ -62,6 +62,12 @@ <action type="update" due-to="Dependabot" dev="ggregory"> Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #34. </action> + <action type="update" due-to="Gary Gregory"> + Update from Java 7 to 8. + </action> + <action type="update" due-to="Gary Gregory"> + Update tests from Apache Commons IO 2.6 to 2.8.0. + </action> </release> <release version="1.5.1" date="2017-MM-DD"> <action issue="EMAIL-176" type="add" dev="pschumacher">Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>