Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-2237

Upgrade junit-jupiter to 5.10.2 and junit-platform to 1.10.2

    XMLWordPrintableJSON

Details

    • Dependency upgrade
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      junit-jupiter 5.10.x introduced some new classes 
      Now that spring-boot-starter-test pulls in that version, tests give an error when we upgrade to the latest Spring. It would make things easier if surefire used the latest versions.
      (Cloned SUREFIRE-2157, because that was a very similar change)
      I did notice this warning comment in the parent pom:

            <dependency>
              <!-- Do not upgrade, leads to test failures, needs analysis -->
              <groupId>org.junit</groupId>
              <artifactId>junit-bom</artifactId>
              <version>5.9.3</version>
              <type>pom</type>
              <scope>import</scope>
            </dependency>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dariusx Darius Cooper
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: