pepness commented on a change in pull request #2831: URL: https://github.com/apache/netbeans/pull/2831#discussion_r603717046
########## File path: apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/universe/ModuleList.java ########## @@ -857,7 +857,7 @@ public boolean accept(File pathname) { static final String CNB = "org.netbeans.libs.junit4"; JUnitPlaceholderEntry(File root) { super(CNB, new File(root, "platform/modules/" + CNB.replace('.', '-') + ".jar"), - new File[] {new File(System.getProperty("user.home"), ".m2/repository/junit/junit/4.8.2/junit-4.8.2.jar")}, + new File[] {new File(System.getProperty("user.home"), ".m2/repository/junit/junit/4.8.2/junit-4.13.2.jar")}, Review comment: Fixed, thanks. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists