From 034cf36dbcae9a8494253416cb82992e91f681e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:40:42 +0000 Subject: [PATCH 01/20] chore(deps): bump actions/cache from 2 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3010caf..434d6d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: distribution: "adopt" - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-build-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3df3aca..3c90631 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: gpg-passphrase: MAVEN_GPG_PASSPHRASE - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-build-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }} From ca1577236a00973ad740be22802674a7520ed7d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:44:43 +0000 Subject: [PATCH 02/20] chore(deps-dev): bump org.apache.maven.plugins:maven-javadoc-plugin Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.0 to 3.12.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.0...maven-javadoc-plugin-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20eb636..978b1f0 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.0 + 3.12.0 attach-javadocs From e5cc4c1416bf3cdec224ca9a2412892504ab4624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:44:49 +0000 Subject: [PATCH 03/20] chore(deps-dev): bump org.apache.maven.plugins:maven-source-plugin Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.4.0. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20eb636..d91b8ab 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.4.0 attach-sources From 17a25e72fc854945ce9730b33e6990b0797fc308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:44:53 +0000 Subject: [PATCH 04/20] chore(deps-dev): bump org.apache.maven.plugins:maven-gpg-plugin Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.2.8. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.2.8) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20eb636..1af1057 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.2.8 sign-artifacts From 7ca04890df1b01dfc9159a69e7889295c2183250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:45:03 +0000 Subject: [PATCH 05/20] chore(deps): bump org.projectlombok:lombok from 1.18.22 to 1.18.42 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.42) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20eb636..7d7e47e 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ org.projectlombok lombok - 1.18.22 + 1.18.42 compile From 242f0e9d92720b3d19cc3cf73e0625c4f3906277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:45:10 +0000 Subject: [PATCH 06/20] chore(deps): bump actions/checkout from 2 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 434d6d3..7e37191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: matrix: java: [ "8", "11" ] # 16? steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c90631..7197a36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: fetch-depth: 0 From a31a2cd21dd3a09268e13ea3d0bcbd14544c2415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:45:14 +0000 Subject: [PATCH 07/20] chore(deps): bump actions/setup-java from 2 to 5 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 434d6d3..784703b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v2 + uses: actions/setup-java@v5 with: java-version: ${{ matrix.java }} distribution: "adopt" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c90631..7d2af95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Set up JDK 16 - uses: actions/setup-java@v2 + uses: actions/setup-java@v5 with: java-version: 11 distribution: "adopt" From 9f263ed4cdcdf010214b6f2a1363735b93ddfe1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:45:17 +0000 Subject: [PATCH 08/20] chore(deps): bump gg.nils:semantic-release-maven-plugin Bumps [gg.nils:semantic-release-maven-plugin](https://github.com/semantic-release/semantic-release-maven-plugin) from 1.1.4 to 1.1.10. - [Commits](https://github.com/semantic-release/semantic-release-maven-plugin/commits) --- updated-dependencies: - dependency-name: gg.nils:semantic-release-maven-plugin dependency-version: 1.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .mvn/extensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index a84981d..e7870d0 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -20,6 +20,6 @@ gg.nils semantic-release-maven-plugin - 1.1.4 + 1.1.10 \ No newline at end of file From 3828a2fb4b0b5c773c08684410c4ba5bd83575ad Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:58:35 +0100 Subject: [PATCH 09/20] ci: add java 17, 21 and 25 lts to build and remove java 8 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e39d09..26546e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - java: [ "8", "11" ] # 16? + java: [ "11", "17", "21", "25" ] steps: - uses: actions/checkout@v6 From c3aef2dbe6ee632ad8ee0889e544c795d959109f Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:15:27 +0100 Subject: [PATCH 10/20] chore: add missing annotation processor for lombok --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b943b6..1bf3f87 100644 --- a/pom.xml +++ b/pom.xml @@ -145,8 +145,21 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + 1.18.42 + + + + - \ No newline at end of file + From b27a84b2744c78aac356aad25ed488b01ed97254 Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:19:32 +0100 Subject: [PATCH 11/20] chore: set maven compiler target and source to 11 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1bf3f87..7a3c981 100644 --- a/pom.xml +++ b/pom.xml @@ -90,8 +90,8 @@ - 8 - 8 + 11 + 11 From fbc8c1f2b5d149acc39f308b2a03fe8cfb518878 Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:21:36 +0100 Subject: [PATCH 12/20] chore: set maven compiler target and source to 17 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7a3c981..46a74ee 100644 --- a/pom.xml +++ b/pom.xml @@ -90,8 +90,8 @@ - 11 - 11 + 17 + 17 From 0726e98731723e6d385d1638a52bffee53b40e09 Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:22:30 +0100 Subject: [PATCH 13/20] ci: update release.yml workflow file to run with java 17 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f352f1..e5d21a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: with: fetch-depth: 0 - - name: Set up JDK 16 + - name: Set up JDK 17 uses: actions/setup-java@v5 with: - java-version: 11 + java-version: 17 distribution: "adopt" server-id: ossrh server-username: OSSRH_USERNAME From ce598f9af0f6674f6ad487a5b1a440ddec9b647b Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:22:48 +0100 Subject: [PATCH 14/20] ci: remove java 11 from build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26546e9..fcf1ef1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - java: [ "11", "17", "21", "25" ] + java: [ "17", "21", "25" ] steps: - uses: actions/checkout@v6 From 070338463ec86a74b8625e982245084ba205ff2e Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:25:12 +0100 Subject: [PATCH 15/20] chore: set maven.compiler.release instead of source and target --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 46a74ee..a6a1872 100644 --- a/pom.xml +++ b/pom.xml @@ -90,8 +90,7 @@ - 17 - 17 + 17 From df990d31d683e84c5853673e42ce619cd5cbaee8 Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:26:35 +0100 Subject: [PATCH 16/20] chore: fix pom.xml xml structure --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a6a1872..945eaf9 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ - 17 + 17 From 34a920654c7e1d8ad2421d6ef62adfe1dfeebcdb Mon Sep 17 00:00:00 2001 From: nidotls <44165353+nidotls@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:28:26 +0100 Subject: [PATCH 17/20] ci: remove java 25 from build.yml for now --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcf1ef1..4a7a903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - java: [ "17", "21", "25" ] + java: [ "17", "21" ] # "25" steps: - uses: actions/checkout@v6 From 696fe8e74cd7648a65e72bca4b795020a77ea544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:29:45 +0000 Subject: [PATCH 18/20] chore(deps): bump org.eclipse.jgit:org.eclipse.jgit Bumps [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) from 5.12.0.202106070339-r to 7.5.0.202512021534-r. - [Commits](https://github.com/eclipse-jgit/jgit/compare/v5.12.0.202106070339-r...v7.5.0.202512021534-r) --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit dependency-version: 7.5.0.202512021534-r dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 945eaf9..7d29bff 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ org.eclipse.jgit org.eclipse.jgit - 5.12.0.202106070339-r + 7.5.0.202512021534-r From 25e414c2f9b00077648dc8d02d42faf7d338b64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:29:54 +0000 Subject: [PATCH 19/20] chore(deps-dev): bump org.junit.jupiter:junit-jupiter Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.8.2 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.8.2...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 945eaf9..c469c33 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ org.junit.jupiter junit-jupiter - 5.8.2 + 6.0.2 test From 64b0da18c71dd051ab0596c4bff87b521df081a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:29:57 +0000 Subject: [PATCH 20/20] chore(deps): bump org.eclipse.jgit:org.eclipse.jgit.ssh.jsch Bumps [org.eclipse.jgit:org.eclipse.jgit.ssh.jsch](https://github.com/eclipse-jgit/jgit) from 5.12.0.202106070339-r to 7.5.0.202512021534-r. - [Commits](https://github.com/eclipse-jgit/jgit/compare/v5.12.0.202106070339-r...v7.5.0.202512021534-r) --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit.ssh.jsch dependency-version: 7.5.0.202512021534-r dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 945eaf9..900dae6 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ org.eclipse.jgit org.eclipse.jgit.ssh.jsch - 5.12.0.202106070339-r + 7.5.0.202512021534-r