My application is compatible with Java8 so I am using the below lib but the below one has a bug according to AssertionConsumerIndex-Issue which is resolved in the v5.1.4 version but when I am upgrading faced issue.
What show I have to do?
pluginLibsCompile 'org.pac4j:jee-pac4j:5.0.1-SNAPSHOT'
pluginLibsCompile 'org.pac4j:pac4j-oauth:4.1.0'
pluginLibsCompile 'org.pac4j:pac4j-http:4.1.0'
pluginLibsCompile 'org.pac4j:pac4j-ldap:4.1.0'
pluginLibsCompile 'org.pac4j:pac4j-jwt:4.1.0'
Upgraded to this
pluginLibsCompile 'org.pac4j:pac4j-saml:5.1.5'
I am getting an error
bad class file: /home/rohit/.gradle/caches/modules-2/files-2.1/org.pac4j/pac4j-core/5.1.5/aa60f665ef03852ce6c92a3cc26caf797640d60b/pac4j-core-5.1.5.jar(org/pac4j/core/context/JEEContext.class) class file has wrong version 55.0, should be 52.0 Please remove or make sure it appears in the correct subdirectory of the classpath.