Version 25.0.0 has a new compile dependency to Junit. I believe it is defined here:
|
<dependency> |
|
<groupId>junit</groupId> |
|
<artifactId>junit</artifactId> |
|
<version>4.13.1</version> |
|
<scope>compile</scope> |
|
</dependency> |
This will pull JUnit 4.13.1 into projects using the Okta SDK, which I think is not intended. Users will now likely have to add an extra exclusion for that.