Hi,
I would like to upgrade dropbox-core-sdk from version 4.0.1 to 7.0.0. Currently, I'm using Java JDK 8. According to the Dropbox documentation, this SDK appears to be compatible with JDK 8. However, version 7.0.0 has a dependency on jakarta.servlet-api 6.0.0, which is based on JDK 11.
I'm a bit confused: can I update the code without upgrading my JDK, or is it necessary to switch to Java 11?
Alternatively, is it possible to compile the code using JDK 11 but still run it on JDK 8?