If you followed all instructions and there were no errors during the upgrade then MySQL should be updared. Where do you see MySQL 10.5 ?
Can you connect to the server over SSH, run one by one:
# rpm -qa | egrep -i '(mysql|mariadb)'
# mysql
select version();
and show output ?