From f636fba99c6f64045800b7e7c653ad6124336613 Mon Sep 17 00:00:00 2001 From: Matt Juntunen Date: Sun, 6 Jun 2021 11:19:26 -0400 Subject: [PATCH] removing dependabot config; updating build deps --- .github/dependabot.yml | 25 ------------------- .../examples-jmh/pom.xml | 2 +- pom.xml | 4 +-- 3 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 5b4750958..000000000 --- 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 4a006f9aa..0165312fc 100644 --- a/commons-geometry-examples/examples-jmh/pom.xml +++ b/commons-geometry-examples/examples-jmh/pom.xml @@ -40,7 +40,7 @@ ${basedir}/../.. - 1.29 + 1.32 examples-jmh org.openjdk.jmh.Main diff --git a/pom.xml b/pom.xml index 21d9ee612..d1d167300 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 1.8 1.8 3.14.0 - 6.33.0 + 6.35.0 3.1.2 8.41.1 2.7.2 @@ -98,7 +98,7 @@ 1.0-SNAPSHOT 1.3 - 5.7.1 + 5.8.0-M1