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 1bc9bdd38f85d6932a684fd19ea67548f16df67f Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Jul 15 16:46:28 2025 -0400 Bump JUnit version in sample 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 4c6b845..ac9555d 100755 --- a/modules/privilizer/weaver/src/it/sample/pom.xml +++ b/modules/privilizer/weaver/src/it/sample/pom.xml @@ -47,7 +47,7 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.2</version> <scope>test</scope> </dependency> </dependencies>
