danepitkin commented on code in PR #37125:
URL: https://github.com/apache/arrow/pull/37125#discussion_r1291661640
##########
java/flight/flight-sql-jdbc-core/pom.xml:
##########
@@ -107,14 +107,14 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>3.12.4</version>
Review Comment:
Java 20 was complaining with Mockito v3, so I bumped it to v4 (which still
supports JDK 8 unlike v5).
##########
java/flight/flight-sql-jdbc-core/pom.xml:
##########
@@ -107,14 +107,14 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>3.12.4</version>
Review Comment:
JDK 20 was complaining with Mockito v3, so I bumped it to v4 (which still
supports JDK 8 unlike v5).
--
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]