Unsupported class version number [53.0] (maximum 52.0, Java 1.8)
Java class file shrinker, optimizer, obfuscator, and preverifier
Brought to you by:
guardsquare
I got this bug when trying to use ProGard GUI. Help!
ProGuard, version 5.3.3
Reading program jar [C:\Users\labsite-guest\deepsearch.jar]
Can't read [C:\Users\labsite-guest\deepsearch.jar] (Can't process class [module-info.class] (Unsupported class version number [53.0] (maximum 52.0, Java 1.8)))
This also bit me with the 2.9 release of Log4j:
https://blogs.apache.org/logging/entry/log4j-2-9-released
I think Java 9 support is the most pressing issue now as we cannot upgrade to it until ProGuard supports it. Is there any timeline on when this could be achieved?
See discussion here: https://sourceforge.net/p/proguard/bugs/551/
ProGuard 6.1 added support upto Java 12 which includes support for class files with version 53.0.