When I run Spring Boot application I get this warning:
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Is there something I can do to remove that warning?