This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d7e2eb5eee8f1a3b1895f9abb7d80e4471cd0800 Author: Dmitry Kryukov <d...@ya.ru> AuthorDate: Wed Apr 26 18:30:00 2023 +0300 Changed version for commons-io to 2.11.0 --- components/camel-as2/camel-as2-component/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/camel-as2/camel-as2-component/pom.xml b/components/camel-as2/camel-as2-component/pom.xml index 331487786f2..e708d2f1405 100644 --- a/components/camel-as2/camel-as2-component/pom.xml +++ b/components/camel-as2/camel-as2-component/pom.xml @@ -39,6 +39,8 @@ <outPackage>org.apache.camel.component.as2.internal</outPackage> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <version>${commons-io-version}</version> </properties> <dependencies> @@ -67,7 +69,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.10.0</version> + <version>${commons-io-version}</version> <scope>test</scope> </dependency> </dependencies>