NoSuchMethod 'java.util.LinkedHashSet org.springframework.util.CollectionUtils.newLinkedHashSet(int)' - exception after upgrading to springboot 3.4.0 All versions are compatible as per the dependency tree

sprint-test version used is 6.2.1 Junit-Jupiter version 5.11.3

Comment From: bclozel

This methods exists and has been introduced in https://github.com/spring-projects/spring-framework/pull/32291. The problem is likely a dependency management issue.

Please provide a minimal sample application.

Comment From: bclozel

Sorry but this is not actionable on my side. We can reopen this issue once a minimal sample application is provided. Thanks!