spuru9 opened a new pull request, #70: URL: https://github.com/apache/flink-connector-mongodb/pull/70
## Summary Bumps stale test/provided-scope dependencies in the root `pom.xml`. All of these are `provided`/`test` scope only, so none of this changes what ships in the connector jar or the SQL fat jar. | Dep | From | To | |---|---|---| | `commons-compress` | 1.26.1 | 1.27.1 | | `commons-io` | 2.15.1 | 2.19.0 | | `commons-lang3` | 3.14.0 | 3.18.0 | | `snappy-java` | 1.1.10.4 | 1.1.10.7 | | `junit5` | 5.8.1 | 5.13.3 | | `log4j` | 2.17.2 | 2.25.4 | `commons-lang3` has no production usage anywhere in the reactor (checked `src/main` across all 4 modules) — it's test/provided only. `commons-lang3`, `commons-io`, and `snappy-java` are also moved from hardcoded versions in `dependencyManagement` to properties, matching the existing `commons-compress.version` pattern. ## Test plan - [x] `mvn clean test-compile` succeeds across all 5 modules (main, SQL connector, e2e-tests, table-tests) with no convergence conflicts. - [ ] CI green. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes (please specify the tool below) Generated-by: Claude Code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
