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 f636fba  removing dependabot config; updating build deps
f636fba is described below

commit f636fba99c6f64045800b7e7c653ad6124336613
Author: Matt Juntunen <mattjuntu...@apache.org>
AuthorDate: Sun Jun 6 11:19:26 2021 -0400

    removing dependabot config; updating build deps
---
 .github/dependabot.yml                         | 25 -------------------------
 commons-geometry-examples/examples-jmh/pom.xml |  2 +-
 pom.xml                                        |  4 ++--
 3 files changed, 3 insertions(+), 28 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 5b47509..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-version: 2
-updates:
-  - package-ecosystem: "maven"
-    directory: "/"
-    schedule:
-      interval: "daily"
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: "daily"
diff --git a/commons-geometry-examples/examples-jmh/pom.xml 
b/commons-geometry-examples/examples-jmh/pom.xml
index 4a006f9..0165312 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.29</jmh.version>
+    <jmh.version>1.32</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 21d9ee6..d1d1673 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.33.0</geometry.pmd.dep.version>
+    <geometry.pmd.dep.version>6.35.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>
@@ -98,7 +98,7 @@
     <!-- Dependency versions -->
     <commons.numbers.version>1.0-SNAPSHOT</commons.numbers.version>
     <commons.rng.version>1.3</commons.rng.version>
-    <junit.version>5.7.1</junit.version>
+    <junit.version>5.8.0-M1</junit.version>
   </properties>
 
   <modules>

Reply via email to