ferenc-csaky commented on code in PR #61:
URL:
https://github.com/apache/flink-connector-mongodb/pull/61#discussion_r2816956388
##########
pom.xml:
##########
@@ -57,7 +57,7 @@ under the License.
<mongodb7.version>7.0.12</mongodb7.version>
<mongodb.version>${mongodb4.version}</mongodb.version>
- <flink.version>2.1.0</flink.version>
+ <flink.version>2.2.0</flink.version>
Review Comment:
I'd rather keep `flink.version` in the POM at 2.1.0, cause in case a
connector is released to multiple version, the POM should contain the lowest.
Including multiple versions in the CI makes sure we test it for all targeted
Flink versions.
--
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]