snuyanzin commented on code in PR #76: URL: https://github.com/apache/flink-connector-jdbc/pull/76#discussion_r1402042990
########## pom.xml: ########## @@ -47,14 +47,14 @@ under the License. </modules> <properties> - <flink.version>1.17.0</flink.version> + <flink.version>1.16.2</flink.version> <jackson-bom.version>2.13.4.20221013</jackson-bom.version> <junit4.version>4.13.2</junit4.version> - <junit5.version>5.9.1</junit5.version> - <assertj.version>3.23.1</assertj.version> - <testcontainers.version>1.18.2</testcontainers.version> - <mockito.version>2.21.0</mockito.version> + <junit5.version>5.10.0</junit5.version> + <assertj.version>3.24.2</assertj.version> + <testcontainers.version>1.19.1</testcontainers.version> + <mockito.version>3.4.6</mockito.version> Review Comment: out of curiocity: can't we update to the latest 3.x version like 3.12.4? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org