From cd2595546a63f41a6960119670ddcc522dc3c0b4 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Tue, 17 Oct 2023 17:44:36 +0200 Subject: [PATCH 1/2] Removed configuration for branch 3.0.x, since it will be merged from 2.0.x. Signed-off-by: Simone Bordet --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c43ee0..3af67eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,18 +26,6 @@ updates: - dependency-name: "org.springframework:*" versions: [ ">=6.0.0" ] - - package-ecosystem: "maven" - directory: "/" - open-pull-requests-limit: 50 - target-branch: "3.0.x" - schedule: - interval: "daily" - ignore: - - dependency-name: "org.eclipse.jetty:*" - versions: [ ">=12.0.0" ] - - dependency-name: "org.springframework:*" - versions: [ ">=6.0.0" ] - - package-ecosystem: "maven" directory: "/" open-pull-requests-limit: 50 From 63418e8c343e5fe9931968f5a6725d85fe3f942e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:24:29 +0000 Subject: [PATCH 2/2] Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c6d631f..65ef203 100644 --- a/pom.xml +++ b/pom.xml @@ -265,7 +265,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 com.mycila