You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/04/17 12:32:08 UTC

[sling-org-apache-sling-commons-metrics-rrd4j] 02/02: SLING-9381 Upgrade RRD4J to version 3.6 (Java 11 compatible)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics-rrd4j.git

commit a3c6864a1dadeec94bea558ce70635c093e96aea
Author: Harsh Mehta <hm...@adobe.com>
AuthorDate: Fri Apr 17 17:03:57 2020 +0530

    SLING-9381 Upgrade RRD4J to version 3.6 (Java 11 compatible)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4645b5..72dd211 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
         <dependency>
             <groupId>org.rrd4j</groupId>
             <artifactId>rrd4j</artifactId>
-            <version>3.1</version>
+            <version>3.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>