You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/04/01 07:11:20 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-519] Bump commons-beanutils dependency to 1.9.4

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6db4336  [STREAMPIPES-519] Bump commons-beanutils dependency to 1.9.4
6db4336 is described below

commit 6db4336972cd96a531f1eb3854eae07d8ebdf38b
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Fri Apr 1 09:11:13 2022 +0200

    [STREAMPIPES-519] Bump commons-beanutils dependency to 1.9.4
---
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 pom.xml                                                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
index 6914723..e55ddab 100644
--- a/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
-            <version>1.9.2</version>
+            <version>1.9.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streampipes</groupId>
diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
index 66a258c..cf27b6f 100644
--- a/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
-            <version>1.9.2</version>
+            <version>1.9.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streampipes</groupId>
diff --git a/pom.xml b/pom.xml
index 7a5f38d..eb2b2b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
 	<asm.version>7.0</asm.version>
 	<byte-buddy.version>1.12.6</byte-buddy.version>
 	<cloning.version>1.9.12</cloning.version>
-	<commons-beanutils.version>1.9.2</commons-beanutils.version>
+	<commons-beanutils.version>1.9.4</commons-beanutils.version>
 	<commons-collections.version>3.2.2</commons-collections.version>
 	<commons-io.version>2.11.0</commons-io.version>
 	<commons-lang3.version>3.12.0</commons-lang3.version>