Why Oracle database 19c JDK versions doesn't change after applying RU.
Oracle database 19.14.000 reported JDK 1.8.0_201 (checked by SELECT dbms_java.get_jdk_version JDK_Version FROM dual;)
After aplying release update 19.18.000 (patch 34765931) still the same vesions 1.8.0_201 is reported. Shouldn't this be newer? Should I apply separate OJVM patch? I have an issue with soem code using TLS 1.2 and would like to veriffy on newer JVM. I thought RU contains OJVM patches, not as current as separate patch, but still expecting progress since 1.8.0_201.
dba_registry shows JAVAVM 19.18.0.0.0, so patching seems correct.