Similar to issue #177

Issue #181 wontfix
Former user created an issue

I am facing the same problem as reported in issue #177, where using com.nimbusds:oauth2-oidc-sdk:5.5.1 fails to resolve com.nimbusds:nimbus-jose-jwt:[4.11,). I am using gradle on Android Studio and changing the version of oauth2-oidc-sdk to 5.8.1 (seems to be the latest version in Maven Central) does not solve the problem. Version 5.8.1 is not recognized by gradle.

Can you please help me resolve this problem?

Comments (3)

  1. Connect2id OSS

    Running the OIDC SDK 5.5.1 test suite with the latest Nimbus JOSE+JWT 4.16.2 runs fine.

    And so does the latest OIDC SDK 5.8.1 with Nimbus JOSE+JWT 4.16.2.

    What kind of error are you actually getting?

    Could you do a mvn clean (whatever its gradle equivalent is) and repeat?

  2. Vladimir Dzhuvinov

    Closing for now due to missing feedback. Please note that we just released 5.8.2, which is the latest stable version.

  3. Log in to comment