Skip to content

Commit

Permalink
Bump ant.version from 1.10.12 to 1.10.14 (#540)
Browse files Browse the repository at this point in the history
Bumps `ant.version` from 1.10.12 to 1.10.14.

Updates `org.apache.ant:ant` from 1.10.12 to 1.10.14

Updates `org.apache.ant:ant-launcher` from 1.10.12 to 1.10.14

Updates `org.apache.ant:ant-junit4` from 1.10.12 to 1.10.14

Updates `org.apache.ant:ant-antlr` from 1.10.12 to 1.10.14

---
updated-dependencies:
- dependency-name: org.apache.ant:ant
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.ant:ant-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.ant:ant-junit4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.ant:ant-antlr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent ac1bf81 commit 1df1cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<javac.source>${java.major.version}.${java.minor.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.12</ant.version>
<ant.version>1.10.14</ant.version>
<ant.build.javac.source>${javac.source}</ant.build.javac.source>
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>

Expand Down

3 comments on commit 1df1cf5

@tomaswolf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gnodet: I don't see the release commits in the repository. Where are the maven-release-plugin commits for 2.13.2 and bumping to 2.13.3-SNAPSHOT?

@gnodet
Copy link
Contributor

@gnodet gnodet commented on 1df1cf5 Jul 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gnodet: I don't see the release commits in the repository. Where are the maven-release-plugin commits for 2.13.2 and bumping to 2.13.3-SNAPSHOT?

It was done in the https://github.com/apache/mina-sshd/tree/releases/v2.13.2 branch which I forgot to merge. I just merged it.

@tomaswolf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Hadn't thought to look for a branch.

Please sign in to comment.