Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 1725 inconsistent dependency versions across modules #1978

Merged
merged 31 commits into from
Feb 24, 2025

Conversation

qcdyx
Copy link
Contributor

@qcdyx qcdyx commented Feb 13, 2025

Summary:

Closes #1725

Expected behavior:

resolved version inconsistencies of commons-lang3, auto-service, flogger, flogger-system-backend.

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with gradle test to make sure you didn't break anything
  • Add or update any needed documentation to the repo
  • Format the title like "feat: [new feature short description]". Title must follow the Conventional Commit Specification(https://www.conventionalcommits.org/en/v1.0.0/).
  • Linked all relevant issues
  • Include screenshot(s) showing how this pull request works and fixes the issue(s)

@qcdyx qcdyx linked an issue Feb 13, 2025 that may be closed by this pull request
Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 5957478
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.71 3.85 ⬆️+0.14
Median -- 1.36 1.47 ⬆️+0.10
Standard Deviation -- 10.76 10.79 ⬆️+0.03
Minimum in References Reports us-oregon-high-desert-point-gtfs-636 0.49 0.53 ⬆️+0.04
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 289.84 292.10 ⬆️+2.27
Minimum in Latest Reports ph-unknown-hm-transport-inc-and-robinsons-malls-gtfs-1105 0.49 0.53 ⬆️+0.04
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 289.84 292.10 ⬆️+2.27
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 471.91 MiB 468.72 MiB ⬇️-3.19 MiB
Median -- 333.92 MiB 335.92 MiB ⬆️+2.00 MiB
Standard Deviation -- 795.16 MiB 783.72 MiB ⬇️-11.43 MiB
Minimum in References Reports us-ohio-allen-county-regional-transit-authority-gtfs-210 39.55 MiB 411.92 MiB ⬆️+372.38 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 10.81 GiB 11.02 GiB ⬆️+220.33 MiB
Minimum in Latest Reports us-texas-denton-county-transportation-authority-dcta-gtfs-151 415.92 MiB 39.54 MiB ⬇️-376.38 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 10.81 GiB 11.02 GiB ⬆️+220.33 MiB

@davidgamez
Copy link
Member

We need to list all the libraries in the libs.versions.toml file. This will avoid future inconsistent dependencies and provide other benefits like an easy upgrade process, etc.

Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit cde318f
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.65 3.75 ⬆️+0.10
Median -- 1.35 1.43 ⬆️+0.08
Standard Deviation -- 10.57 10.56 ⬇️-0.01
Minimum in References Reports us-massachusetts-massachusetts-area-express-max-gtfs-431 0.48 0.48 ⬇️-0.00
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 295.84 291.40 ⬇️-4.44
Minimum in Latest Reports us-massachusetts-massachusetts-area-express-max-gtfs-431 0.48 0.48 ⬇️-0.00
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 295.84 291.40 ⬇️-4.44
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 467.78 MiB 472.19 MiB ⬆️+4.41 MiB
Median -- 333.92 MiB 335.92 MiB ⬆️+2.00 MiB
Standard Deviation -- 770.12 MiB 799.79 MiB ⬆️+29.67 MiB
Minimum in References Reports us-california-redding-area-bus-authority-raba-gtfs-114 38.85 MiB 48.44 MiB ⬆️+9.59 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 10.99 GiB 11.11 GiB ⬆️+115.75 MiB
Minimum in Latest Reports ro-vrancea-consiliul-judetean-vrancea-gtfs-1984 69.37 MiB 38.28 MiB ⬇️-31.08 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 10.99 GiB 11.11 GiB ⬆️+115.75 MiB

Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 8666b0b
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.65 3.75 ⬆️+0.09
Median -- 1.33 1.37 ⬆️+0.04
Standard Deviation -- 10.73 10.83 ⬆️+0.10
Minimum in References Reports us-massachusetts-massachusetts-area-express-max-gtfs-431 0.48 0.50 ⬆️+0.03
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 299.02 304.87 ⬆️+5.85
Minimum in Latest Reports us-oregon-hut-airport-shuttle-gtfs-635 0.49 0.46 ⬇️-0.03
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 299.02 304.87 ⬆️+5.85
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 467.92 MiB 464.68 MiB ⬇️-3.24 MiB
Median -- 335.92 MiB 335.92 MiB ⬇️0 bytes
Standard Deviation -- 786.36 MiB 755.70 MiB ⬇️-30.65 MiB
Minimum in References Reports us-virginia-star-transit-gtfs-819 40.11 MiB 411.92 MiB ⬆️+371.81 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.03 GiB 11.02 GiB ⬇️-11.63 MiB
Minimum in Latest Reports mexico-jalisco-direccion-general-de-transporte-publico-de-puerto-vallarta-gtfs-2034 387.92 MiB 40.45 MiB ⬇️-347.47 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.03 GiB 11.02 GiB ⬇️-11.63 MiB

Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 91e59e9
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.67 3.69 ⬆️+0.03
Median -- 1.34 1.37 ⬆️+0.03
Standard Deviation -- 10.71 10.48 ⬇️-0.23
Minimum in References Reports ph-unknown-hm-transport-inc-and-robinsons-malls-gtfs-1105 0.48 0.51 ⬆️+0.03
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 298.70 287.26 ⬇️-11.44
Minimum in Latest Reports us-california-west-berkeley-shuttle-gtfs-2238 0.49 0.48 ⬇️-0.00
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 298.70 287.26 ⬇️-11.44
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 474.09 MiB 469.24 MiB ⬇️-4.85 MiB
Median -- 335.92 MiB 335.92 MiB ⬇️0 bytes
Standard Deviation -- 806.61 MiB 781.31 MiB ⬇️-25.30 MiB
Minimum in References Reports us-colorado-town-of-telluride-gtfs-2050 39.20 MiB 395.92 MiB ⬆️+356.73 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.00 GiB 11.10 GiB ⬆️+106.26 MiB
Minimum in Latest Reports us-ohio-allen-county-regional-transit-authority-gtfs-210 415.92 MiB 39.51 MiB ⬇️-376.41 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.00 GiB 11.10 GiB ⬆️+106.26 MiB

Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 7850f6d
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.72 3.81 ⬆️+0.09
Median -- 1.37 1.46 ⬆️+0.08
Standard Deviation -- 10.55 10.57 ⬆️+0.03
Minimum in References Reports us-oregon-hut-airport-shuttle-gtfs-635 0.47 0.53 ⬆️+0.06
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 285.45 286.31 ⬆️+0.85
Minimum in Latest Reports ph-unknown-hm-transport-inc-and-robinsons-malls-gtfs-1105 0.54 0.49 ⬇️-0.05
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 285.45 286.31 ⬆️+0.85
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 463.80 MiB 468.38 MiB ⬆️+4.58 MiB
Median -- 335.92 MiB 333.92 MiB ⬇️-2.00 MiB
Standard Deviation -- 754.17 MiB 798.15 MiB ⬆️+43.98 MiB
Minimum in References Reports us-oregon-sandy-area-metro-sam-gtfs-261 38.11 MiB 379.92 MiB ⬆️+341.81 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.19 GiB 11.39 GiB ⬆️+198.42 MiB
Minimum in Latest Reports us-california-redding-area-bus-authority-raba-gtfs-114 415.92 MiB 38.85 MiB ⬇️-377.07 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.19 GiB 11.39 GiB ⬆️+198.42 MiB

…f github.com:MobilityData/gtfs-validator into 1725-inconsistent-dependency-versions-across-modules
Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 4d2c7b2
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.67 3.78 ⬆️+0.10
Median -- 1.34 1.42 ⬆️+0.08
Standard Deviation -- 10.61 10.72 ⬆️+0.12
Minimum in References Reports us-florida-citrus-county-transit-gtfs-630 0.49 0.55 ⬆️+0.06
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 291.53 295.89 ⬆️+4.36
Minimum in Latest Reports us-california-flex-v2-developer-test-feed-1-gtfs-1817 0.53 0.48 ⬇️-0.04
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 291.53 295.89 ⬆️+4.36
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 466.64 MiB 472.14 MiB ⬆️+5.50 MiB
Median -- 333.92 MiB 335.92 MiB ⬆️+2.00 MiB
Standard Deviation -- 775.52 MiB 797.87 MiB ⬆️+22.36 MiB
Minimum in References Reports us-washington-people-for-people-community-connector-gtfs-271 39.17 MiB 407.92 MiB ⬆️+368.75 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.12 GiB 11.02 GiB ⬇️-103.02 MiB
Minimum in Latest Reports ro-vrancea-consiliul-judetean-vrancea-gtfs-1984 40.08 MiB 38.25 MiB ⬇️-1.83 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.12 GiB 11.02 GiB ⬇️-103.02 MiB

Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 33973fb
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.76 3.89 ⬆️+0.13
Median -- 1.38 1.48 ⬆️+0.10
Standard Deviation -- 11.06 11.18 ⬆️+0.12
Minimum in References Reports us-california-flex-v2-developer-test-feed-2-gtfs-1818 0.51 0.53 ⬆️+0.03
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 305.99 308.60 ⬆️+2.62
Minimum in Latest Reports tr-kocaeli-metro-izmir-gtfs-1824 0.53 0.53 ⬆️+0.01
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 305.99 308.60 ⬆️+2.62
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 468.33 MiB 464.68 MiB ⬇️-3.65 MiB
Median -- 335.92 MiB 335.92 MiB ⬇️0 bytes
Standard Deviation -- 769.23 MiB 760.34 MiB ⬇️-8.88 MiB
Minimum in References Reports us-colorado-boulder-county-gtfs-2191 39.16 MiB 403.92 MiB ⬆️+364.76 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.08 GiB 11.02 GiB ⬇️-55.79 MiB
Minimum in Latest Reports us-california-redding-area-bus-authority-raba-gtfs-114 51.48 MiB 38.48 MiB ⬇️-13.00 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.08 GiB 11.02 GiB ⬇️-55.79 MiB

Copy link
Member

@davidgamez davidgamez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! This will make library upgrades less painful! I added a few comments before approval.

Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 4ecb85a
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.77 3.90 ⬆️+0.12
Median -- 1.38 1.46 ⬆️+0.08
Standard Deviation -- 11.06 11.09 ⬆️+0.03
Minimum in References Reports us-oregon-high-desert-point-gtfs-636 0.49 0.55 ⬆️+0.06
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 287.84 289.40 ⬆️+1.56
Minimum in Latest Reports us-florida-lakexpress-gtfs-342 0.54 0.55 ⬆️+0.01
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 287.84 289.40 ⬆️+1.56
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 467.07 MiB 465.47 MiB ⬇️-1.60 MiB
Median -- 335.92 MiB 335.92 MiB ⬇️0 bytes
Standard Deviation -- 770.23 MiB 765.44 MiB ⬇️-4.79 MiB
Minimum in References Reports us-massachusetts-marthas-vineyard-transit-authority-gtfs-420 39.82 MiB 45.93 MiB ⬆️+6.11 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 10.97 GiB 11.16 GiB ⬆️+198.59 MiB
Minimum in Latest Reports ro-vrancea-consiliul-judetean-vrancea-gtfs-1984 40.08 MiB 37.96 MiB ⬇️-2.12 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 10.97 GiB 11.16 GiB ⬆️+198.59 MiB

Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 08c4fdb
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Errors (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1811 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1811 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.77 3.91 ⬆️+0.14
Median -- 1.39 1.45 ⬆️+0.07
Standard Deviation -- 10.92 11.11 ⬆️+0.19
Minimum in References Reports us-california-city-of-wasco-gtfs-1788 0.50 0.53 ⬆️+0.03
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 288.22 288.06 ⬇️-0.16
Minimum in Latest Reports us-california-city-of-wasco-gtfs-1788 0.50 0.53 ⬆️+0.03
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 288.22 288.06 ⬇️-0.16
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 459.07 MiB 465.09 MiB ⬆️+6.02 MiB
Median -- 333.92 MiB 333.92 MiB ⬇️0 bytes
Standard Deviation -- 750.46 MiB 753.67 MiB ⬆️+3.21 MiB
Minimum in References Reports us-california-redding-area-bus-authority-raba-gtfs-114 38.88 MiB 51.10 MiB ⬆️+12.22 MiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.07 GiB 11.19 GiB ⬆️+119.89 MiB
Minimum in Latest Reports us-iowa-sioux-city-transit-system-gtfs-191 407.92 MiB 38.91 MiB ⬇️-369.01 MiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 11.07 GiB 11.19 GiB ⬆️+119.89 MiB

Copy link
Member

@davidgamez davidgamez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@qcdyx qcdyx merged commit 8987ead into master Feb 24, 2025
135 checks passed
@qcdyx qcdyx deleted the 1725-inconsistent-dependency-versions-across-modules branch February 24, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent dependency versions across modules.
2 participants