From bd9e60a97077ee73b7391acb1abd4b042d18dece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:17:20 -0400 Subject: [PATCH 01/13] Bump com.diffplug.spotless:spotless-maven-plugin from 2.37.0 to 2.39.0 (#14) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c17733471..4d2bf40dd 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.37.0 + 2.39.0 spotless-java From 34b30e8f46a2932ebe6a3f30e827ec0d15403412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:18:07 -0400 Subject: [PATCH 02/13] Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.2.1 to 3.3.0 (#13) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4d2bf40dd..98651aaff 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ com.github.ekryd.sortpom sortpom-maven-plugin - 3.2.1 + 3.3.0 From 551660eac5f235f4a13af169034a3be2eb33be86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:52:56 -0400 Subject: [PATCH 03/13] Bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 (#15) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 98651aaff..7207ab94a 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.39.0 + 2.40.0 spotless-java From 205312061ac974fa346c62172fbc92d89fce9d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:53:12 -0400 Subject: [PATCH 04/13] Bump commons-io:commons-io from 2.13.0 to 2.15.0 (#18) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7207ab94a..b618899a9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ commons-io commons-io - 2.13.0 + 2.15.0 net.lingala.zip4j From 50e31cabbc52088a32dd1e70d66ace6bd84a7f68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:29:04 -0500 Subject: [PATCH 05/13] Configure Renovate (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Werner Dietl --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..91b732e3b --- /dev/null +++ b/renovate.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + ":automergeDisabled", + ":automergeRequireAllStatusChecks", + "schedule:nonOfficeHours", + ":disableDependencyDashboard" + ], + "timezone": "America/Toronto" +} From 856eb2fb2f578a98741d6f92c274557401b101b9 Mon Sep 17 00:00:00 2001 From: Werner Dietl Date: Fri, 24 Nov 2023 21:34:57 -0500 Subject: [PATCH 06/13] Only test with Java 21 (#19) --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4dd16cc25..69999815c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - java_version: [11, 17, 20] + java_version: [21] steps: - uses: actions/checkout@v3 From 4b15b1e91d3031f93eb3dc0a6e6731fabc82e2e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:23:38 -0500 Subject: [PATCH 07/13] Update actions/checkout action to v4 (#20) --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 69999815c..6745cfe8d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,7 @@ jobs: java_version: [21] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java_version }} uses: actions/setup-java@v3 with: From 7402424afd3a2cfdaa76eeb6654fd5734da31862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:23:58 -0500 Subject: [PATCH 08/13] Bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.0 (#21) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b618899a9..da5bde90b 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.40.0 + 2.41.0 spotless-java From 0c088c3f0439368bb6579c8b92ef6650a62b9ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:45:53 -0500 Subject: [PATCH 09/13] Update dependency commons-io:commons-io to v2.15.1 (#22) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index da5bde90b..30efff3cc 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ commons-io commons-io - 2.15.0 + 2.15.1 net.lingala.zip4j From 4be8a3fc78f3e5981eab7d2f08406a011ff213d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:46:12 -0500 Subject: [PATCH 10/13] Update actions/setup-java action to v4 (#23) --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6745cfe8d..c493b3e01 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java_version }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: ${{ matrix.java_version }} distribution: 'temurin' From a2c11c7af821f2f405b20aa5c60455fdaa020dbb Mon Sep 17 00:00:00 2001 From: Werner Dietl Date: Wed, 3 Jan 2024 21:13:11 -0500 Subject: [PATCH 11/13] Update github actions automatically --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51d320883..ffeedce39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" From 65b594ccaba0aa43e68048034ad4c584b10db19d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:14:29 -0500 Subject: [PATCH 12/13] Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#24) From 2d33242e53dda51214a11049e9abf32d6035fdb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:15:09 -0500 Subject: [PATCH 13/13] Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.41.1 (#25) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30efff3cc..aa0b9c952 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.41.0 + 2.41.1 spotless-java