milamberspace commented on code in PR #6701:
URL: https://github.com/apache/jmeter/pull/6701#discussion_r3336418891
##########
src/dist/src/dist/expected_release_jars.csv:
##########
@@ -50,7 +50,7 @@
353322,datamodel-jvm-4.1.0.jar
98115,dec-0.1.2.jar
95287,deprecated-in-v4-jvm-4.1.0.jar
-320748,dnsjava-2.1.9.jar
+602322,dnsjava-3.6.5.jar
Review Comment:
You need to modify src/**licenses**/build.gradle.kts
==> overrideLicense("dnsjava:dnsjava:2.1.9") {
need to be:
overrideLicense("dnsjava:dnsjava:3.6.5") {
--
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]