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
The following commit(s) were added to refs/heads/master by this push:
new 36b74fd Bump Ant version in sample project
36b74fd is described below
commit 36b74fd354e2b3dbe65aafe8828210e99b448362
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 15 16:50:04 2025 -0400
Bump Ant 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 31558aa..8bf928e 100755
--- a/modules/privilizer/weaver/src/it/sample/pom.xml
+++ b/modules/privilizer/weaver/src/it/sample/pom.xml
@@ -29,7 +29,7 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<privilizer.policy>ON_INIT</privilizer.policy>
<privilizer.verify>true</privilizer.verify>
- <ant.version>1.9.3</ant.version>
+ <ant.version>1.10.15</ant.version>
</properties>
<dependencies>