MartijnVisser commented on pull request #17680: URL: https://github.com/apache/flink/pull/17680#issuecomment-963912964
@fapaul For JDBC, these are currently the available updates: ``` [INFO] mysql:mysql-connector-java .......................... 8.0.20 -> 8.0.27 [INFO] org.apache.derby:derby ........................ 10.14.2.0 -> 10.15.2.0 [INFO] org.mariadb.jdbc:mariadb-java-client ............... 2.5.4 -> 3.0.2-rc [INFO] org.mockito:mockito-core ............................. 2.21.0 -> 4.0.0 [INFO] org.postgresql:postgresql .......................... 42.2.10 -> 42.3.1 [INFO] org.powermock:powermock-api-mockito2 .................. 2.0.4 -> 2.0.9 [INFO] org.powermock:powermock-module-junit4 ................. 2.0.4 -> 2.0.9 ``` The MySQL and MariaDB are addressed in this PR. Both Derby and Postgress caused issues on the build which I need to look more into. Powermock is addressed in separate PR https://github.com/apache/flink/pull/17727 Mockito has breaking changes that probably deserves its own ticket. -- 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]
