opengeospatial / ets-sta10

Repository for the Executable Test Suite for OGC Sensor Things API
Other
6 stars 8 forks source link

Upgrade json dependency to v20231013 #62

Closed dstenger closed 7 months ago

hylkevds commented 1 year ago

You can skip 20220924 and directly go to 20230227

dstenger commented 1 year ago

Thanks for the update.

However, we are about to introduce a TEAM Engine BOM which sets version 20220320.

Is there, from your standpoint, a good reason why we should go to 20230227? In that case, the BOM has to be updated.

hylkevds commented 1 year ago

The release notes mention recursion fixes when parsing XML. But when you're certain that part of the library is never used it may not matter.

dstenger commented 1 year ago

I just checked the dependency and it does not bring any further transitive dependencies. Thus, I propose to update json to 20230227 in the BOM as this update should not have any side effects and introduces security fixes.

dstenger commented 7 months ago

Was solved by #66.