diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b47bf3a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ + +version: 2 +updates: + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/pom.xml b/pom.xml index d66ea4c..acbda56 100644 --- a/pom.xml +++ b/pom.xml @@ -32,14 +32,14 @@ org.antlr antlr4-runtime - 4.9.3 + 4.13.2 com.formdev flatlaf - 3.6 + 3.6.1 @@ -63,7 +63,7 @@ org.bidib.jbidib.com.vldocking vldocking - 3.0.10 + 3.0.11 @@ -91,7 +91,7 @@ org.junit junit-bom - 5.12.2 + 5.13.4 pom import @@ -106,7 +106,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.4.2 @@ -119,7 +119,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.4.1 + 3.7.1 jar-with-dependencies @@ -145,7 +145,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.5.0 + 3.6.1 enforce-versions @@ -180,7 +180,7 @@ org.graalvm.buildtools native-maven-plugin - 0.10.0 + 0.11.0 true