You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "MartijnVisser (via GitHub)" <gi...@apache.org> on 2023/04/24 12:33:22 UTC

[GitHub] [flink] MartijnVisser commented on a diff in pull request #22474: [FLINK-31912][build] Upgrade bytebuddy to 1.14.4

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


##########
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:
   From previous experience, we needed the version of the JNA to be in sync with the one used by Testcontainer, else all testcontainer upgrades fail with a rather indeterministic error



-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org