diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..60bcd786 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" diff --git a/pom.xml b/pom.xml index 7d50b906..42938047 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,8 @@ Note: when upgrading the Quarkus version or the DataStax Java driver version, make sure that you upgrade them in the quickstart module too. --> - 3.1.0.Final - 4.15.0 + 3.6.9 + 4.17.0 3.23.1 11 11 @@ -71,7 +71,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.12.1 org.jacoco diff --git a/quickstart/pom.xml b/quickstart/pom.xml index 082de3a0..5c0e4f2b 100644 --- a/quickstart/pom.xml +++ b/quickstart/pom.xml @@ -27,8 +27,8 @@ 2020 11 - 3.1.0.Final - 4.15.0 + 3.6.9 + 4.17.0 3.23.1 UTF-8 UTF-8 @@ -147,7 +147,7 @@ maven-compiler-plugin - 3.10.1 + 3.12.1 ${java.version} ${java.version}