This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch debs-update-commons-beanutils in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 62e18cc6fb0b87d7b8d405726a58cca979c3f39a Author: Philipp Zehnder <[email protected]> AuthorDate: Thu Oct 16 15:07:56 2025 +0200 deps: update commons-beanutils version to 1.11.0 --- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ba09247397..9010b66a99 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 @@ -62,7 +62,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.4</version> + <version>1.11.0</version> </dependency> <dependency> <groupId>org.apache.streampipes</groupId>
