From 1db2d7823c2c2bfa7d3ca2aef031a48032d629cf Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Sat, 24 Aug 2024 21:40:48 -0400 Subject: [PATCH 1/3] Bump the maven-plugins group with 4 updates (#11) (#12) Bumps the maven-plugins group with 4 updates: [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin), [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire), [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.2...maven-install-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 501e70c..f176375 100644 --- a/pom.xml +++ b/pom.xml @@ -49,11 +49,11 @@ 3.4.0 - 3.1.2 + 3.1.3 3.5.0 - 3.1.2 - 3.3.1 - 3.3.1 + 3.1.3 + 3.4.0 + 3.4.0 3.3.1 2.17.1 From 13f198901e47dd22ec980a86aea4b491ade96e1f Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Sun, 22 Sep 2024 14:33:59 -0400 Subject: [PATCH 2/3] remove management for commons-codec --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index f176375..a283f7d 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,6 @@ ${spring-forge.version} - 1.17.1 5.3.0 @@ -68,11 +67,6 @@ - - commons-codec - commons-codec - ${commons-codec.version} - dev.pcalouche.springforge.spring33x pcalouche-spring-boot-starter-app From 955b4842244f1b315ec3d2ab7a6064951d5a0531 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Mon, 23 Sep 2024 14:05:02 -0400 Subject: [PATCH 3/3] update dependabot frequency --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94793e1..b018f58 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: registries: - central schedule: - interval: "monthly" + interval: "daily" target-branch: "dependabot-staging-main" open-pull-requests-limit: 10 groups: @@ -19,14 +19,14 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "daily" target-branch: "dependabot-staging-main" - package-ecosystem: "maven" directory: "/" registries: - central schedule: - interval: "monthly" + interval: "daily" target-branch: "dependabot-staging-spring33x" open-pull-requests-limit: 10 groups: @@ -36,5 +36,5 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "daily" target-branch: "dependabot-staging-spring33x" \ No newline at end of file