This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/turbine-core.git
commit b7b846507edd09d4712421bf60a3d17ae8c71b7b Author: Georg Kallidis <[email protected]> AuthorDate: Fri Jul 8 09:14:39 2022 +0200 manually updated PR #7, Bumped commons-configuration2 from 2.7 to 2.8.0, after test build and code check --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 497be390..43d8013f 100644 --- a/pom.xml +++ b/pom.xml @@ -881,7 +881,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> - <version>2.7</version> + <version>2.8.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
