diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d392dd4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" diff --git a/pom.xml b/pom.xml index 8600a29..03a437e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ UTF-8 11 - 1.7.30 + 1.7.32 @@ -68,7 +68,7 @@ org.junit.jupiter junit-jupiter - 5.6.0 + 5.8.2 test @@ -107,7 +107,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.2.1 attach-sources @@ -120,7 +120,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.3.1 attach-javadocs @@ -153,7 +153,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.8 true ossrh