spuru9 opened a new pull request, #306: URL: https://github.com/apache/flink-connector-kafka/pull/306
## Summary Bumps three dependency versions declared in the root `pom.xml`: | Dep | From | To | Scope | |---|---|---|---| | `jackson-bom` | 2.21.3 | 2.22.2 | compile (ships in connector jar) | | `log4j` | 2.25.4 | 2.26.1 | test | | `avro` | 1.12.0 | 1.12.2 | test | `jackson-bom` and `log4j` align with what Flink master currently pins for these properties. `avro` moves to the latest patch release on the same 1.12.x line. ## Test plan - [x] `mvn -pl flink-connector-kafka -am dependency:resolve` resolves cleanly with the new versions. - [x] `mvn -pl flink-connector-kafka -am compile` succeeds. - [ ] CI green. -- 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]
