Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Fix OkHttp dependency issue #223

Merged

Commits on Apr 7, 2023

  1. Fix OkHttp dependency issue

    `auth0-java` library uses `OkHttp` version 4 as the networking client used to make requests to the Auth0 Authentication and Management APIs. When using Spring's depdendency management, `java.lang.NoSuchMethodError` exception is thrown when making requests, related to Spring's dependency management using OkHttp 3.
    
    See https://github.com/auth0/auth0-java/pull/342/files and auth0/auth0-java#324
    
    Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
    gciavarrini committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    9b631d3 View commit details
    Browse the repository at this point in the history