Skip to content

Commit 88a4548

Browse files
Bump org.apache.ant:ant from 1.10.14 to 1.10.15 (#17288)
* Bump org.apache.ant:ant from 1.10.14 to 1.10.15 Bumps org.apache.ant:ant from 1.10.14 to 1.10.15. --- updated-dependencies: - dependency-name: org.apache.ant:ant dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 1673e74) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 919076a commit 88a4548

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7878
- Bump `dnsjava:dnsjava` from 3.6.2 to 3.6.3 ([#17231](https://github.com/opensearch-project/OpenSearch/pull/17231))
7979
- Bump `com.google.code.gson:gson` from 2.11.0 to 2.12.1 ([#17229](https://github.com/opensearch-project/OpenSearch/pull/17229))
8080
- Bump `org.jruby.joni:joni` from 2.2.1 to 2.2.3 ([#17136](https://github.com/opensearch-project/OpenSearch/pull/17136))
81+
- Bump `org.apache.ant:ant` from 1.10.14 to 1.10.15 ([#17288](https://github.com/opensearch-project/OpenSearch/pull/17288))
8182

8283
### Changed
8384
- Indexed IP field supports `terms_query` with more than 1025 IP masks [#16391](https://github.com/opensearch-project/OpenSearch/pull/16391)

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
api localGroovy()
104104
api "commons-codec:commons-codec:${props.getProperty('commonscodec')}"
105105
api "org.apache.commons:commons-compress:${props.getProperty('commonscompress')}"
106-
api 'org.apache.ant:ant:1.10.14'
106+
api 'org.apache.ant:ant:1.10.15'
107107
api 'com.netflix.nebula:gradle-extra-configurations-plugin:10.0.0'
108108
api 'com.netflix.nebula:nebula-publishing-plugin:21.1.0'
109109
api 'com.netflix.nebula:gradle-info-plugin:12.1.6'

0 commit comments

Comments
 (0)