imixs / imixs-workflow

The open source technology for business process management
http://www.imixs.org/
GNU General Public License v3.0
358 stars 64 forks source link

Migrate Mockito Framework 1.9.5 => 5.8.0 #844

Closed rsoika closed 9 months ago

rsoika commented 11 months ago

With the migration to Java 11 and JartaEE 10 it's time to upgrade the Mockito Framework

Current

        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.9.5</version>
            <scope>test</scope>
        </dependency>

Planed

        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>5.8.0</version>
            <scope>test</scope>
        </dependency>