iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Fix/fix grafana plugin build

Open chrisdutz opened this issue 2 years ago • 0 comments

Description

There were issues with the grafana sdk which seems to have referenced a library in "latest" version. Unfortunately that library got a new major version which was API incompatible with the old, so the build broke. Explicitly pulling in the last working version resolved the problem.

This PR also updates the Netty version to a version that has resolved the CVEs that we had been getting reports for, but weren't able to fix.

chrisdutz avatar Oct 17 '23 07:10 chrisdutz