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 515a209 updating dependencies 515a209 is described below commit 515a209324721af93891995d7377ad4882a95570 Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Sun Jul 18 11:53:44 2021 -0400 updating dependencies --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d1d1673..340639f 100644 --- a/pom.xml +++ b/pom.xml @@ -53,16 +53,16 @@ <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.35.0</geometry.pmd.dep.version> + <geometry.pmd.dep.version>6.36.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> <!-- Workaround to avoid duplicating config files. --> <geometry.parent.dir>${basedir}</geometry.parent.dir> - <commons.spotbugs.version>4.2.3</commons.spotbugs.version> + <commons.spotbugs.version>4.3.0</commons.spotbugs.version> <!-- Required for Java 13 build --> - <commons.spotbugs.dep.version>4.2.3</commons.spotbugs.dep.version> + <commons.spotbugs.dep.version>4.3.0</commons.spotbugs.dep.version> <!-- Fix to avoid JXR 3.0.0 forking the lifecycle phase 'compile' during site report jxr:aggregate. If compile is forked, the dist-archive build fails when attempting @@ -96,7 +96,7 @@ <doclint.javadoc.qualifier></doclint.javadoc.qualifier> <!-- Dependency versions --> - <commons.numbers.version>1.0-SNAPSHOT</commons.numbers.version> + <commons.numbers.version>1.0</commons.numbers.version> <commons.rng.version>1.3</commons.rng.version> <junit.version>5.8.0-M1</junit.version> </properties>