Skip to content

Commit

Permalink
Bump the version of Ant included in Gradle (gradle#29688)
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gradle authored Jun 25, 2024
2 parents 68ab93b + 097b7bc commit dacf7db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-logic-commons/build-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val kotlinVersion = providers.gradleProperty("buildKotlinVersion")
dependencies {
constraints {
api("org.gradle.guides:gradle-guides-plugin:0.23")
api("org.apache.ant:ant:1.10.13") // Bump the version brought in transitively by gradle-guides-plugin
api("org.apache.ant:ant:1.10.14") // Bump the version brought in transitively by gradle-guides-plugin
api("com.gradle:develocity-gradle-plugin:3.17.5") // Sync with `settings.gradle.kts`
api("com.gradle.publish:plugin-publish-plugin:1.2.1")
api("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ The previous step will help you identify potential problems by issuing deprecati
[[changes_8.10]]
== Upgrading from 8.9 and earlier

=== Potential breaking changes

==== Upgrade to Ant 1.10.14

Ant has been updated to https://archive.apache.org/dist/ant/RELEASE-NOTES-1.10.14.html[Ant 1.10.14].

=== Deprecations

[[consuming_non_consumable_variants_from_ivy_component]]
Expand Down Expand Up @@ -1454,7 +1460,7 @@ Since the previous version was 3.0.15, the https://groovy-lang.org/changelogs/ch

==== Upgrade to Ant 1.10.13

Ant has been updated to https://github.com/apache/ant/blob/rel/1.10.13/WHATSNEW[Ant 1.10.13].
Ant has been updated to https://archive.apache.org/dist/ant/RELEASE-NOTES-1.10.13.html[Ant 1.10.13].

Since the previous version was 1.10.11, the https://github.com/apache/ant/blob/rel/1.10.12/WHATSNEW[1.10.12] changes are also included.

Expand Down
2 changes: 1 addition & 1 deletion subprojects/distributions-dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {

description = "Provides a platform dependency to align all distribution versions"

val antVersion = "1.10.13"
val antVersion = "1.10.14"
// Don't forget to bump versions in
// subprojects/base-services/src/main/java/org/gradle/internal/classanalysis/AsmConstants.java
// when upgrading ASM.
Expand Down

0 comments on commit dacf7db

Please sign in to comment.