This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new 8bf1c7c01 Bump ant.version from 1.10.14 to 1.10.15 (#669)
8bf1c7c01 is described below
commit 8bf1c7c012973e8588be16e6f57665bcf46e3c4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 3 23:22:28 2025 +0100
Bump ant.version from 1.10.14 to 1.10.15 (#669)
Bumps `ant.version` from 1.10.14 to 1.10.15.
* Updates `org.apache.ant:ant` from 1.10.14 to 1.10.15
* Updates `org.apache.ant:ant-junit4` from 1.10.14 to 1.10.15
* Updates `org.apache.ant:ant-antlr` from 1.10.14 to 1.10.15
* Updates `org.apache.ant:ant-launcher` from 1.10.14 to 1.10.15
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index af8c101bf..02005c22a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<javac.source>${java.sdk.version}</javac.source>
<project.build.java.source>${javac.source}</project.build.java.source>
<maven.compiler.source>${javac.source}</maven.compiler.source>
- <ant.version>1.10.14</ant.version>
+ <ant.version>1.10.15</ant.version>
<ant.build.javac.source>${javac.source}</ant.build.javac.source>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>