zentol commented on code in PR #22474:
URL: https://github.com/apache/flink/pull/22474#discussion_r1175279358


##########
pom.xml:
##########
@@ -602,14 +602,21 @@ under the License.
                                <!-- mockito/powermock mismatch -->
                                <groupId>net.bytebuddy</groupId>
                                <artifactId>byte-buddy</artifactId>
-                               <version>1.10.14</version>
+                               <version>1.14.4</version>
                        </dependency>
 
                        <dependency>
                                <!-- mockito/powermock mismatch -->
                                <groupId>net.bytebuddy</groupId>
                                <artifactId>byte-buddy-agent</artifactId>
-                               <version>1.10.14</version>
+                               <version>1.14.4</version>
+                       </dependency>
+
+                       <!-- For dependency convergence -->
+                       <dependency>
+                               <groupId>net.java.dev.jna</groupId>
+                               <artifactId>jna</artifactId>
+                               <version>5.12.1</version>

Review Comment:
   The tests appear to be passing so far; maybe it just needs to be a newer 
version than what testcontainers expects?.



-- 
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]

Reply via email to