From 78a2b054075b807ed9bc5db61a422d2b61710e2c Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Fri, 15 Mar 2024 09:52:00 +0100 Subject: [PATCH 1/2] [MRESOLVER-511][MRESOLVER-501][MRESOLVER-509][MRESOLVER-508] Dep updates --- https://issues.apache.org/jira/browse/MRESOLVER-511 https://issues.apache.org/jira/browse/MRESOLVER-510 https://issues.apache.org/jira/browse/MRESOLVER-509 https://issues.apache.org/jira/browse/MRESOLVER-508 --- maven-resolver-named-locks-redisson/pom.xml | 6 +++--- pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/maven-resolver-named-locks-redisson/pom.xml b/maven-resolver-named-locks-redisson/pom.xml index 3cfd2c15e..825972c8f 100644 --- a/maven-resolver-named-locks-redisson/pom.xml +++ b/maven-resolver-named-locks-redisson/pom.xml @@ -35,7 +35,7 @@ org.apache.maven.resolver.named.redisson ${Automatic-Module-Name} - 1.19.5 + 1.19.7 @@ -52,7 +52,7 @@ org.redisson redisson - 3.26.0 + 3.27.2 org.slf4j @@ -128,7 +128,7 @@ com.redis testcontainers-redis - 2.0.2 + 2.2.0 test diff --git a/pom.xml b/pom.xml index 8e9f6cb98..056d36edb 100644 --- a/pom.xml +++ b/pom.xml @@ -208,14 +208,14 @@ org.junit junit-bom - 5.10.1 + 5.10.2 pom import org.mockito mockito-core - 4.11.0 + 5.11.0 test @@ -286,7 +286,7 @@ com.github.siom79.japicmp japicmp-maven-plugin - 0.18.5 + 0.20.0 @@ -594,7 +594,7 @@ biz.aQute.bnd bnd-maven-plugin - 6.4.0 + 7.0.0 bnd-process From 58fd73ffaa808b697b3067e3f40fee9c0e73129e Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Fri, 15 Mar 2024 09:58:20 +0100 Subject: [PATCH 2/2] Add dependabot and new Maven Action --- .github/dependabot.yml | 30 ++++++++++++++++++++++++++++++ .github/workflows/maven-verify.yml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..95c2b1abc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,30 @@ +# +# 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 + time: '04:00' + open-pull-requests-limit: 10 + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index dd2f8898a..66039c9b7 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -24,7 +24,7 @@ on: jobs: build: name: Verify - uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: ff-run: false ff-site-run: false