diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..0cd223fe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + ignore: + - dependency-name: "jakarta.*" # Don't offer updates for new Jakarta EE spec versions + update-types: + - version-update:semver-major + - version-update:semver-minor + - dependency-name: "org.eclipse.microprofile:microprofile-parent" # The major version of microprofile-parent is tied to the Jakarta EE version + update-types: + - version-update:semver-major + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly diff --git a/api/pom.xml b/api/pom.xml index 7ff65f43..efb46f90 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.2.1 + 3.6.0 **/module-info.java diff --git a/pom.xml b/pom.xml index 8f4d8fed..991afeec 100644 --- a/pom.xml +++ b/pom.xml @@ -37,12 +37,12 @@ 5.5.1 3.0 4.5.14 - 2.18.2 + 2.18.3 4.0 3.0.1 3.0.2 - 3.2 + 3.4