Why “Contact Form 7” doesn’t update PHPmailer library?

I realized that popular WordPress plugin Contact Form 7 uses this library https://github.com/PHPMailer/PHPMailer. When I check source of mail, which has been sended from Contact Form 7, it looks like this: X-Mailer: PHPMailer 5.2.14 (https://github.com/PHPMailer/PHPMailer) X-WPCF7-Content-Type: text/plain So, this version is from (Nov 1st 2015). https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md The latests one is: Version 5.2.18 (December 24th 2016) … Read more