こんにちは。WindowsのQGIS3.32.1-Limaを使用している初心者です。
環境省が公開している植生図の凡例を適用しようと思い方法を検索してみたところ、SLYR(community Edition)というプラグインを使い、凡例ファイルをQMLファイルに変換するという方法があったので試してみました。しかし、実行したところファイルの変換時にエラーが発生してしまいうまくいきませんでした。プラグイン、QGIS共に最新のものに更新してもうまくいきませんでした。以下にエラーメッセージを掲載しますので、どなたか解決方法をお知りの方がいましたら教えていただけると幸いです。
slyr_community.parser.exceptions.UnsupportedVersionException: Cannot read MaplexOverposterLayerProperties version 21, only support version(s): 22
何かしらのアップデートが必要なようですが、そのまま検索してもほとんど情報がなくよくわかりませんでした。よろしくお願いします。

Traceback (most recent call last):
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\slyr_community\qgis_plugin\integrations\lyr_items.py", line 475, in save_as_qml
self.object = stream.read_object()
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\slyr_community\parser\stream.py", line 898, in read_object
res.read(self, version)
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\slyr_community\parser\objects\feature_layer.py", line 269, in read
self.annotation_collection = stream.read_object('annotation collection')
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\slyr_community\parser\stream.py", line 898, in read_object
res.read(self, version)
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\slyr_community\parser\objects\annotate_layer_properties_collection.py", line 33, in read
self.properties.append(stream.read_object('property {}'.format(i + 1)))
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\slyr_community\parser\stream.py", line 898, in read_object
res.read(self, version)
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\slyr_community\parser\objects\maplex_label_engine_layer_properties.py", line 85, in read
self.overposter = stream.read_object('overposter')
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\slyr_community\parser\stream.py", line 892, in read_object
raise UnsupportedVersionException(
slyr_community.parser.exceptions.UnsupportedVersionException: Cannot read MaplexOverposterLayerProperties version 21, only support version(s): 22