You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/12/27 19:16:09 UTC

[plc4x] 04/09: - Bumped some dependency versions (initially to support Java 13 in some of them)

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

cdutz pushed a commit to branch next-gen-core
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 1b665db2520efb6148fa97590f050e2fa567983a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Dec 25 20:59:51 2019 +0100

    - Bumped some dependency versions (initially to support Java 13 in some of them)
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b45d25..f9e665f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,15 +114,16 @@
     <boost.version.underline>${boost.version.underline-short}_0</boost.version.underline>
     <byte-buddy.version>1.9.10</byte-buddy.version>
     <cmake-version>3.16.0</cmake-version>
+    <commons-beanutils.version>1.9.4</commons-beanutils.version>
     <commons-codec.version>1.12</commons-codec.version>
     <commons-collections4.version>4.1</commons-collections4.version>
     <commons-configuration2.version>2.6</commons-configuration2.version>
     <commons-io.version>2.6</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>
-    <commons-lang3.version>3.7</commons-lang3.version>
+    <commons-lang3.version>3.9</commons-lang3.version>
     <commons-logging.version>1.2</commons-logging.version>
-    <commons-math3.version>3.5</commons-math3.version>
-    <commons-pool2.version>2.6.0</commons-pool2.version>
+    <commons-math3.version>3.6.1</commons-math3.version>
+    <commons-pool2.version>2.8.0</commons-pool2.version>
     <commons-text.version>1.8</commons-text.version>
     <crc.version>1.0.1</crc.version>
     <elasticsearch.version>7.4.0</elasticsearch.version>
@@ -278,6 +279,11 @@
         <version>${t-digest.version}</version>
       </dependency>
       <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+        <version>${commons-beanutils.version}</version>
+      </dependency>
+      <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
         <version>${commons-codec.version}</version>