java.lang.NoClassDefFoundError: org/apache/commons/codec/Charsets
Philippus opened this issue · 1 comments
Philippus commented
After updating to version 7.6.1 I'm getting this error in my integration tests:
java.lang.NoClassDefFoundError: org/apache/commons/codec/Charsets
.
I think it may be related to an update to the "commons-compress" dependency, which used to include the "commons-codec" dependency. If I include the "commons-codec" version 1.16.1 in my dependencies the tests pass.
walczakp commented
I do have the same issue. It seems there has been a fix release of commons-compress, bumping to 1.26.1 fixes the problem.