diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d1e23df --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: maven + directory: / + schedule: + interval: daily + assignees: + - stephanschnabel + - rpahli + - fabian-schlegel + ignore: + - dependency-name: ch.qos.logback:logback-classic + update-types: ["version-update:semver-major"] + - dependency-name: io.micronaut:micronaut-bom + update-types: ["version-update:semver-major"] + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily diff --git a/pom.xml b/pom.xml index 8bb0c9c..7a4c76e 100644 --- a/pom.xml +++ b/pom.xml @@ -87,12 +87,12 @@ 3.1.0 3.1.2 - 3.8.1 + 3.9.0 3.0.0-M2 3.0.1 3.0.0-M1 3.3.1 - 3.2.1 + 3.2.2 3.0.0-M5 3.2.0 3.2.1 @@ -106,7 +106,7 @@ 1.2.10 0.1.5 - 3.2.6 + 3.2.7