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 6ca1030 adding version bumps suggested by dependabot
6ca1030 is described below
commit 6ca10309b8833be25311f1b3240a846b1dabb9dd
Author: Matt Juntunen <[email protected]>
AuthorDate: Sat Dec 26 08:02:13 2020 -0500
adding version bumps suggested by dependabot
---
commons-geometry-examples/examples-jmh/pom.xml | 2 +-
pom.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/commons-geometry-examples/examples-jmh/pom.xml
b/commons-geometry-examples/examples-jmh/pom.xml
index 8f64084..2b61500 100644
--- a/commons-geometry-examples/examples-jmh/pom.xml
+++ b/commons-geometry-examples/examples-jmh/pom.xml
@@ -40,7 +40,7 @@
<geometry.parent.dir>${basedir}/../..</geometry.parent.dir>
<!-- JMH Benchmark related properties: version, name of the benchmarking
uber jar. -->
- <jmh.version>1.26</jmh.version>
+ <jmh.version>1.27</jmh.version>
<uberjar.name>examples-jmh</uberjar.name>
<project.mainClass>org.openjdk.jmh.Main</project.mainClass>
</properties>
diff --git a/pom.xml b/pom.xml
index 061600e..b49b251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,10 +52,10 @@
<commons.encoding>UTF-8</commons.encoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <geometry.pmd.version>3.13.0</geometry.pmd.version>
- <geometry.pmd.dep.version>6.29.0</geometry.pmd.dep.version>
+ <geometry.pmd.version>3.14.0</geometry.pmd.version>
+ <geometry.pmd.dep.version>6.30.0</geometry.pmd.dep.version>
<geometry.checkstyle.version>3.1.1</geometry.checkstyle.version>
- <geometry.checkstyle.dep.version>8.29</geometry.checkstyle.dep.version>
+ <geometry.checkstyle.dep.version>8.38</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>
@@ -556,7 +556,7 @@
<plugin>
<groupId>org.ekstazi</groupId>
<artifactId>ekstazi-maven-plugin</artifactId>
- <version>4.4.0</version>
+ <version>5.3.0</version>
<configuration>
<forcefailing>true</forcefailing>
</configuration>