diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..0ea6233 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" diff --git a/pom.xml b/pom.xml index 8c5f3b0..7b75d67 100644 --- a/pom.xml +++ b/pom.xml @@ -58,36 +58,36 @@ com.sun.xml.bind jaxb-impl - 4.0.0 + 4.0.1 runtime com.google.code.gson gson - 2.9.0 + 2.10 org.apache.logging.log4j log4j-api - 2.18.0 + 2.19.0 org.apache.logging.log4j log4j-core - 2.18.0 + 2.19.0 org.junit.jupiter junit-jupiter-api - 5.8.2 + 5.9.1 test org.junit.jupiter junit-jupiter-engine - 5.8.2 + 5.9.1 test @@ -109,7 +109,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.13 true