[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:
parent
d35e96ab3f
commit
d7d6798a97
|
@ -23,7 +23,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.rrd4j</groupId>
|
<groupId>org.rrd4j</groupId>
|
||||||
<artifactId>rrd4j</artifactId>
|
<artifactId>rrd4j</artifactId>
|
||||||
<version>3.8</version>
|
<version>3.8.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue