diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07a00d280..e9db586b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,25 @@ updates: - ricardozanini - fjtirado target-branch: "main" + groups: + # Group all patch updates together + patch-updates: + patterns: + - "*" + update-types: + - "patch" + # Group all minor updates together + minor-updates: + patterns: + - "*" + update-types: + - "minor" + # Limit number of open PRs + open-pull-requests-limit: 10 + # Ignore pre-release versions + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] # Updates for 4.x branch - package-ecosystem: "maven" @@ -19,6 +38,21 @@ updates: - ricardozanini - fjtirado target-branch: "4.x" + groups: + patch-updates: + patterns: + - "*" + update-types: + - "patch" + minor-updates: + patterns: + - "*" + update-types: + - "minor" + open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] # Updates for 5.x branch - package-ecosystem: "maven" @@ -29,3 +63,18 @@ updates: - ricardozanini - fjtirado target-branch: "5.x" + groups: + patch-updates: + patterns: + - "*" + update-types: + - "patch" + minor-updates: + patterns: + - "*" + update-types: + - "minor" + open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] diff --git a/impl/pom.xml b/impl/pom.xml index 44a2bf15e..a43a7bd74 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -12,12 +12,12 @@ 2.4.240 5.2.4 4.0.0 - 1.6.2 + 1.6.4 4.0.2 9.2.1 3.7.1 25.3.4.1 - 1.2.0.Final + 1.3.0.Final 2.14.0 diff --git a/pom.xml b/pom.xml index 210be1f82..b7ae858dd 100644 --- a/pom.xml +++ b/pom.xml @@ -59,15 +59,15 @@ 3.3.0 3.6.0 - 3.10.0 + 3.10.1 3.15.0 3.11.4 - 4.36.0 + 4.36.1 3.1.4 3.6.3 3.5.6 3.2.8 - 1.83.1 + 1.84.0 3.5.1 ${java.version} 1.3.3 @@ -85,12 +85,12 @@ 4.3.0 4.32.1 1.6.3 - 2.22.1 + 2.22.2 2.22 - 2.0.0 + 2.0.7 5.5.0 5.0.0 - 4.8.193 + 4.8.194 3.1.1 1.5.2 3.27.7