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-logging.git
commit e97cec1c12d341d7a81d36381befe590a9a2567c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 22 17:20:35 2024 -0400 Bump org.apache.commons:commons-parent from 69 to 70 --- pom.xml | 12 ++++++------ src/changes/changes.xml | 1 + src/conf/pmd.xml | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index c7929f6..711e8c0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>69</version> + <version>70</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-logging</groupId> @@ -72,12 +72,12 @@ under the License. <project.build.outputTimestamp>2024-05-15T13:18:56Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> - <commons.jacoco.classRatio>0.86</commons.jacoco.classRatio> + <commons.jacoco.classRatio>0.42</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.52</commons.jacoco.instructionRatio> - <commons.jacoco.methodRatio>0.69</commons.jacoco.methodRatio> - <commons.jacoco.branchRatio>0.49</commons.jacoco.branchRatio> - <commons.jacoco.lineRatio>0.56</commons.jacoco.lineRatio> - <commons.jacoco.complexityRatio>0.50</commons.jacoco.complexityRatio> + <commons.jacoco.methodRatio>0.61</commons.jacoco.methodRatio> + <commons.jacoco.branchRatio>0.34</commons.jacoco.branchRatio> + <commons.jacoco.lineRatio>0.44</commons.jacoco.lineRatio> + <commons.jacoco.complexityRatio>0.42</commons.jacoco.complexityRatio> </properties> <issueManagement> <system>JIRA</system> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 84d19fd..ce6d2e9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD UnnecessaryFullyQualifiedName in SimpleLog.</action> <!-- ADD --> <!-- UPDATE --> + <action dev="ggregory" type="update" due-to="Dependabot">Bump org.apache.commons:commons-parent from 69 to 70.</action> </release> <release version="1.3.2" date="2024-05-11" description="This is a feature and maintenance release. Java 8 or later is required."> <action dev="ggregory" issue="LOGGING-190" type="fix" due-to="Hannes Wellmann, Gary Gregory, Johan Compagner">Add OSGi metadata to enable Service Loader Mediator #234.</action> diff --git a/src/conf/pmd.xml b/src/conf/pmd.xml index 2bbe00c..9aab35a 100644 --- a/src/conf/pmd.xml +++ b/src/conf/pmd.xml @@ -18,8 +18,6 @@ limitations under the License. <ruleset name="mybraces" xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"> <description>Excludes from default PMD rules.</description> - <rule ref="rulesets/java/unusedcode.xml"> - </rule> <rule ref="category/java/errorprone.xml/EmptyCatchBlock"> <properties> <property name="allowCommentedBlocks" value="true" />