aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
975 stars 623 forks source link

Update doxygen version for Ubuntu 22.04 #1829

Closed AniruddhaKanhere closed 1 year ago

AniruddhaKanhere commented 1 year ago

Issue #, if available:

Description of changes: This PR updates the version of doxygen to 1.9.5 which is the latest version supported by the new LTS version of Ubuntu 22.04.

NOTE: This PR will fail multiple CI checks as the latest version of ubuntu has changed from 20.04 to 22.04. This has led to multiple tools being deprecated/updated in the latest version of ubuntu. The CI repository cannot be updated as well directly since there is a dependency on this repository (forming a circular dependency). The CI checks will continue to fail till this repository is not updated and then the CI repository will need to be updated.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.