Problem with Maven

I have a problem.
When i tried to complie the plugin i get an error: Unsupported class file major version 60
Java version:1.8, JDK version:16

I don’t know what you are exactly trying to compile or which branch of Hibernate, but it seems to me that you might have compiled something with the JDK version 16, which will produce class file version 60, and now you are trying to run a build that is configured to run with Java 8 or 11 mode, so it can’t read class files compiled with a higher version.