From e679de703c05ea518207f99bb0b3fccdd8e073b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:23:50 +0000 Subject: [PATCH 1/4] fix(deps): update dependency org.apache.commons:commons-lang3 to v3.18.0 [security] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d87899fe..5859039c 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ org.apache.commons commons-lang3 - 3.17.0 + 3.18.0 From 137a7fbd270283dd30f654e654b184615c782aa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:28:28 +0000 Subject: [PATCH 2/4] fix(deps): update all non-major dependencies --- pom.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 5859039c..1f631c31 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 2.1.20 1.10.2 - 2.19.0 + 2.21.0 23.1 1.0.4 @@ -63,7 +63,7 @@ com.fasterxml classmate - 1.7.0 + 1.7.3 org.slf4j @@ -73,7 +73,7 @@ org.apache.commons commons-lang3 - 3.18.0 + 3.20.0 @@ -100,7 +100,7 @@ ch.qos.logback logback-classic - 1.5.18 + 1.5.32 javax.servlet @@ -115,7 +115,7 @@ org.objenesis objenesis - 3.4 + 3.5 org.reactivestreams @@ -240,7 +240,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.6.0 + 3.6.1 add-test-source @@ -284,7 +284,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.15.0 11 11 @@ -294,12 +294,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.4 org.apache.maven.surefire surefire-junit4 - 3.5.3 + 3.5.4 @@ -311,7 +311,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 test-jar @@ -326,7 +326,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.5.0 + 3.6.2 enforce @@ -363,7 +363,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -377,7 +377,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.12.0 attach-javadocs @@ -390,7 +390,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.7 + 3.2.8 sign-artifacts From c21e500a409a2cc69ef33e59e715809a4f5608ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:37:57 +0000 Subject: [PATCH 3/4] chore(deps): update peter-evans/create-pull-request action to v8 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bbba510..dc293232 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: GPG_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSWORD }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Release PR - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: version-release title: Version Release From 29c16564a6336d2abe913d8e8d63f34b220ca0f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:44:07 +0000 Subject: [PATCH 4/4] fix(deps): update kotlin to v2.3.10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f631c31..98835eab 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ UTF-8 11 - 2.1.20 + 2.3.10 1.10.2 2.21.0 23.1