This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 7dd9249e42 Bump commons-io:commons-io from 2.15.1 to 2.16.0 7dd9249e42 is described below commit 7dd9249e429ea01ca1a074dcd209a00c9e791c41 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Mar 29 13:30:48 2024 +0000 Bump commons-io:commons-io from 2.15.1 to 2.16.0 Bumps commons-io:commons-io from 2.15.1 to 2.16.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- modules/samples/transport/jms-sample/jmsService/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml b/modules/samples/transport/jms-sample/jmsService/pom.xml index a4fd119e5d..3ab15dfda8 100644 --- a/modules/samples/transport/jms-sample/jmsService/pom.xml +++ b/modules/samples/transport/jms-sample/jmsService/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.15.1</version> + <version>2.16.0</version> </dependency> </dependencies> </plugin> diff --git a/pom.xml b/pom.xml index bb4757a268..53d96f1563 100644 --- a/pom.xml +++ b/pom.xml @@ -764,7 +764,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.15.1</version> + <version>2.16.0</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId>