[rrd4j] Upgrade to rrd4j 3.8.1 (#12398)

This should prevent a resource leak when generating graphs.

See: https://github.com/rrd4j/rrd4j/blob/master/changelog.txt

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2022-03-02 11:03:17 +01:00
parent 4d46075a59
commit 765b98c203
No known key found for this signature in database
GPG Key ID: A58E5C231E0E72B5

View File

@ -23,7 +23,7 @@
<dependency>
<groupId>org.rrd4j</groupId>
<artifactId>rrd4j</artifactId>
<version>3.8</version>
<version>3.8.1</version>
</dependency>
</dependencies>
</project>