You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/04/06 18:11:42 UTC

[commons-geometry] branch master updated: Bump geometry.pmd.dep.version from 6.31.0 to 6.33.0

This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cff384  Bump geometry.pmd.dep.version from 6.31.0 to 6.33.0
3cff384 is described below

commit 3cff384ba107116b07b518c28d772c60dfc6f7c6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 6 17:25:21 2021 +0000

    Bump geometry.pmd.dep.version from 6.31.0 to 6.33.0
    
    Bumps `geometry.pmd.dep.version` from 6.31.0 to 6.33.0.
    
    Updates `pmd-core` from 6.31.0 to 6.33.0
    - [Release notes](https://github.com/pmd/pmd/releases)
    - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.31.0...pmd_releases/6.33.0)
    
    Updates `pmd-java` from 6.31.0 to 6.33.0
    - [Release notes](https://github.com/pmd/pmd/releases)
    - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.31.0...pmd_releases/6.33.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 631710c..8f873f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <geometry.pmd.version>3.14.0</geometry.pmd.version>
-    <geometry.pmd.dep.version>6.31.0</geometry.pmd.dep.version>
+    <geometry.pmd.dep.version>6.33.0</geometry.pmd.dep.version>
     <geometry.checkstyle.version>3.1.2</geometry.checkstyle.version>
     <geometry.checkstyle.dep.version>8.41.1</geometry.checkstyle.dep.version>
     <geometry.mathjax.version>2.7.2</geometry.mathjax.version>