From a6d78b2fcbf35988aed8b4e7426965438416b125 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 17:25:50 +0000 Subject: [PATCH 1/2] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..018cf8e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: "13:00" + open-pull-requests-limit: 99 + target-branch: greg-dev + assignees: + - GregTCLTK + labels: + - pending-deploy -- 2.45.3 From 5a11502df5ef7e3838cefb018504ad7572af856e Mon Sep 17 00:00:00 2001 From: Greg Date: Sat, 24 Apr 2021 20:01:30 +0200 Subject: [PATCH 2/2] Uno plugin more --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 8f9445d..e620961 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + maven-assembly-plugin -- 2.45.3