This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 41aa07b pick up updates from common
41aa07b is described below
commit 41aa07b18c9e7bdd6487db64ead6169538c7f78d
Author: Stefan Bodewig <[email protected]>
AuthorDate: Wed Jul 15 18:06:43 2026 +0200
pick up updates from common
---
common | 2 +-
ivy.xml | 2 +-
version.properties | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/common b/common
index a715465..e5aede2 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit a715465514e3aaa5e6e06a91345c0292c3642539
+Subproject commit e5aede23ca435d31bd804e2e8e08b5d30cce68ff
diff --git a/ivy.xml b/ivy.xml
index b13d01c..a4a3c23 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -61,7 +61,7 @@
<dependency org="org.brotli" name="dec" rev="0.1.2" conf="default"/>
<dependency org="com.github.luben" name="zstd-jni" rev="1.3.3-1"
conf="default"/>
<dependency org="junit" name="junit" rev="4.12" conf="test->default"/>
- <dependency org="org.apache.ant" name="ant-antunit" rev="1.3"
+ <dependency org="org.apache.ant" name="ant-antunit" rev="1.5.0"
conf="test->default" transitive="false" />
</dependencies>
</ivy-module>
diff --git a/version.properties b/version.properties
index 8cbc91e..274b851 100644
--- a/version.properties
+++ b/version.properties
@@ -13,3 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
artifact.version=1.6alpha
+ant.core.version=1.10.13