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-weaver.git
commit ffb6572ca7adfab9c33de1c3b81dc3c5e0284a69 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Jul 15 16:45:12 2025 -0400 Bump maven-surefire-plugin version in sanple project --- modules/privilizer/weaver/src/it/sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/privilizer/weaver/src/it/sample/pom.xml b/modules/privilizer/weaver/src/it/sample/pom.xml index cd43da6..4c6b845 100755 --- a/modules/privilizer/weaver/src/it/sample/pom.xml +++ b/modules/privilizer/weaver/src/it/sample/pom.xml @@ -91,7 +91,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19</version> + <version>3.5.3</version> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> </configuration>
