Skip to content

Commit 20ab5af

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
Bump org.apache.ant:ant from 1.10.14 to 1.10.15 (#17288) (#17297)
* 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 ... * Update changelog --------- (cherry picked from commit 1673e74) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 919076a commit 20ab5af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
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

+1-1
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)