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 19a8b5dd3679cb0d1befc18a0ea6d45d17e0d208 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Jul 15 16:47:09 2025 -0400 Bump commons-lang3 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 ac9555d..31558aa 100755 --- a/modules/privilizer/weaver/src/it/sample/pom.xml +++ b/modules/privilizer/weaver/src/it/sample/pom.xml @@ -36,7 +36,7 @@ under the License. <dependency> <groupId>@project.groupId@</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> + <version>3.18.0</version> </dependency> <dependency> <groupId>@project.groupId@</groupId>
