Hello, I'm using Vaadin 14.4.2 and I had the following error in the most up

Hello, I’m using Vaadin 14.4.2 and I had the following error in the most updated Chrome:
Allocate exception for servlet [com.vaadin.flow.server.startup.ServletDeployer]

java.lang.UnsupportedClassVersionError: com / brownie / videojs / VideoJSServiceInitListener has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizable class file versions up to 52.0 (unable to load class [com.brownie.videojs.VideoJSServiceInitListener]
).

Can you help me?

Hello! It’s seems like you trying to run this plugin on lower java version (it was build with java 11). So you can rebuild this component with your version of java compiler or update your JRE to 11.

Yes, I am using Java 8.
I hadn’t noticed it was for Java 11.
Thanks for the answer.