Skip to content

okta-sdk-api v25.0.0 introduces compile dependency on JUnit 4.13.1 #1666

@thll

Description

@thll

Version 25.0.0 has a new compile dependency to Junit. I believe it is defined here:

okta-sdk-java/api/pom.xml

Lines 138 to 143 in 03d953e

<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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions