This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 24a2c539 Bump org.apache.commons:commons-vfs2 from 2.9.0 to 2.10.0 24a2c539 is described below commit 24a2c539ebbf23257f955c9a9ae6aeb7baebd746 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Apr 7 08:51:29 2025 -0400 Bump org.apache.commons:commons-vfs2 from 2.9.0 to 2.10.0 Workaround for https://github.com/moditect/moditect/issues/259 --- pom.xml | 23 +++++++++++++++-------- src/changes/changes.xml | 1 + 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 06020de1..ed3d01c0 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,21 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2</artifactId> - <version>2.9.0</version> + <version>2.10.0</version> + <optional>true</optional> + </dependency> + <!-- Workaround for https://github.com/moditect/moditect/issues/259 --> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore-nio</artifactId> + <version>4.4.16</version> + <optional>true</optional> + </dependency> + <!-- Workaround for https://github.com/moditect/moditect/issues/259 --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.18.0</version> <optional>true</optional> </dependency> @@ -261,13 +275,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.18.0</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dee68972..26279565 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 #532.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.dbunit:dbunit from 2.8.0 to 3.0.0 #534.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-vfs2 from 2.9.0 to 2.10.0.</action> </release> <release version="2.11.0" date="2024-06-07" description="Minor release with new features and updated dependencies; requires Java 8 or above."> <!-- ADD -->