You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade to the latest swagger(-jaxrs2) but I'm having a problem with the transitive dependency on io.github.classgraph:classgraph which has non-optional package imports (some of which are no longer supported in newer versions of Java.)
However the most recent versions of classgraph has already corrected this. So I'm wondering if you could update to the latest io.github.classgraph:classgraph:4.8.95?
The text was updated successfully, but these errors were encountered:
rotty3000
added a commit
to rotty3000/swagger-core
that referenced
this issue
Dec 17, 2020
I'm trying to upgrade to the latest swagger(-jaxrs2) but I'm having a problem with the transitive dependency on
io.github.classgraph:classgraph
which has non-optional package imports (some of which are no longer supported in newer versions of Java.)However the most recent versions of classgraph has already corrected this. So I'm wondering if you could update to the latest
io.github.classgraph:classgraph:4.8.95
?The text was updated successfully, but these errors were encountered: