Yum update curl to latest version?

I’m on a FreePBX 15.0.16.75 but I need to use a recent version of curl at least curl 7.74.0.
I’ve tried:

yum info curl.x86_64


Plugin abilitati:fastestmirror, versionlock
Loading mirror speeds from cached hostfile
Pacchetti installati
Nome         : curl
Arch         : x86_64
Versione     : 7.29.0
Rilascio     : 57.el7_8.1
Dimensione   : 528 k
Repo         : installed
Dal repo     : sng-updates
Sommario     : A utility for getting files from remote servers (FTP, HTTP, and others)
URL          : http://curl.haxx.se/
Licenza      : MIT
Descrizione  : curl is a command line tool for transferring data with URL syntax, supporting
             : FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
             : SMTP, POP3 and RTSP.  curl supports SSL certificates, HTTP POST, HTTP PUT, FTP
             : uploading, HTTP form based upload, proxies, cookies, user+password
             : authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer
             : resume, proxy tunneling and a busload of other useful tricks.

Looking for latest version with yum update curl.x86_64:

Plugin abilitati:fastestmirror, versionlock
Loading mirror speeds from cached hostfile
No packages marked for update

Any advice to uprgrade this package?
Thanks, BR

You are not going to get anything newer because FreePBX is still based on RHEL 7.
A CentOS 7 box I have running Nextcloud is only a touch newer.

[jbusch@d-jared ~]$ ssh xxxxxx-nextcloud 
Last login: Wed Aug 25 10:30:55 2021 from 10.202.0.47
[jbusch@nextcloud ~]$ yum list curl
Loaded plugins: fastestmirror
Determining fastest mirrors
 * base: mirror.netdepot.com
 * epel: mirror.steadfastnet.com
 * extras: bay.uchicago.edu
 * remi-php74: mirror.team-cymru.com
 * remi-safe: mirror.team-cymru.com
 * updates: mirror.cs.uwp.edu
Installed Packages
curl.x86_64                                               7.29.0-59.el7_9.1                                               @updates
[jbusch@nextcloud ~]$ 

Thank you for reply, I’ve solved this compiling latest version from source.
BR