From a9d22e900a88632f08be8e34ea3a5f7073e30e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:28:31 +0000 Subject: [PATCH 1/6] build(deps-dev): bump faraday Bumps the bundler group with 1 update in the /docs directory: [faraday](https://github.com/lostisland/faraday). Updates `faraday` from 2.7.12 to 2.14.1 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.7.12...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- docs/Gemfile.lock | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 3d067446..22c29d1c 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -13,7 +13,7 @@ GEM tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - base64 (0.2.0) + base64 (0.3.0) bigdecimal (3.1.4) coffee-script (2.4.1) coffee-script-source @@ -34,11 +34,12 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.9.1) - faraday (2.7.12) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) ffi (1.16.3) ffi (1.16.3-x64-mingw-ucrt) forwardable-extended (2.6.0) @@ -208,6 +209,7 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) + json (2.18.1) kramdown (2.3.2) rexml kramdown-parser-gfm (1.1.0) @@ -216,6 +218,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.3.6) minima (2.5.1) jekyll (>= 3.5, < 5.0) @@ -223,6 +226,8 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.20.0) mutex_m (0.2.0) + net-http (0.9.1) + uri (>= 0.11.1) nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) nokogiri (1.18.9-x64-mingw-ucrt) @@ -267,6 +272,7 @@ GEM unf_ext (0.0.9.1) unf_ext (0.0.9.1-x64-mingw-ucrt) unicode-display_width (1.8.0) + uri (1.1.1) wdm (0.1.1) webrick (1.8.2) From a55b4ffeb1f4af869dab940015b390d2682b5535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:52:32 +0000 Subject: [PATCH 2/6] build(deps): bump junit.version from 6.0.2 to 6.0.3 Bumps `junit.version` from 6.0.2 to 6.0.3. Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.junit.platform:junit-platform-launcher` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.3 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 87c85522..8def7cec 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ true true - 6.0.2 + 6.0.3 5.21.0 2.21.0 8.12.6 From 0e1d3f30a4f5fae30a6e4d159b6dee0713e0a329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:52:44 +0000 Subject: [PATCH 3/6] build(deps): bump jsonschemagenerator.version from 4.38.0 to 5.0.0 Bumps `jsonschemagenerator.version` from 4.38.0 to 5.0.0. Updates `com.github.victools:jsonschema-generator` from 4.38.0 to 5.0.0 - [Release notes](https://github.com/victools/jsonschema-generator/releases) - [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/victools/jsonschema-generator/compare/v4.38.0...v5.0.0) Updates `com.github.victools:jsonschema-module-jackson` from 4.38.0 to 5.0.0 - [Release notes](https://github.com/victools/jsonschema-generator/releases) - [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/victools/jsonschema-generator/compare/v4.38.0...v5.0.0) Updates `com.github.victools:jsonschema-maven-plugin` from 4.38.0 to 5.0.0 - [Release notes](https://github.com/victools/jsonschema-generator/releases) - [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/victools/jsonschema-generator/compare/v4.38.0...v5.0.0) --- updated-dependencies: - dependency-name: com.github.victools:jsonschema-generator dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.github.victools:jsonschema-module-jackson dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.github.victools:jsonschema-maven-plugin dependency-version: 5.0.0 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 87c85522..264ef0ad 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 5.21.0 2.21.0 8.12.6 - 4.38.0 + 5.0.0 2.0.17 4.40.0 From 379c5a5b485fb2979868b0b031e151ada219b365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:53:08 +0000 Subject: [PATCH 4/6] build(deps): bump net.datafaker:datafaker from 2.5.3 to 2.5.4 Bumps [net.datafaker:datafaker](https://github.com/datafaker-net/datafaker) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/datafaker-net/datafaker/releases) - [Changelog](https://github.com/datafaker-net/datafaker/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/datafaker-net/datafaker/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: net.datafaker:datafaker dependency-version: 2.5.4 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 87c85522..34f391ad 100644 --- a/pom.xml +++ b/pom.xml @@ -267,7 +267,7 @@ net.datafaker datafaker - 2.5.3 + 2.5.4 From 717e3e2818aae27066123ca3966c93fad2ea3c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:53:23 +0000 Subject: [PATCH 5/6] build(deps): bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.32 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.28 to 1.5.32. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.28...v_1.5.32) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.32 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 87c85522..c8128f91 100644 --- a/pom.xml +++ b/pom.xml @@ -217,7 +217,7 @@ ch.qos.logback logback-classic - 1.5.28 + 1.5.32 org.slf4j From 3838eede7122bbe3d45fd0ce2c3854783fe61ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:45:05 +0000 Subject: [PATCH 6/6] build(deps-dev): bump nokogiri Bumps the bundler group with 1 update in the /docs directory: [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `nokogiri` from 1.18.9 to 1.19.1 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.9...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- docs/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 22c29d1c..d630f448 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -228,11 +228,11 @@ GEM mutex_m (0.2.0) net-http (0.9.1) uri (>= 0.11.1) - nokogiri (1.18.9-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x64-mingw-ucrt) + nokogiri (1.19.1-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3)