Skip to content

Commit 1673e74

Browse files
authoredFeb 7, 2025··
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] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c06f53e commit 1673e74

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
@@ -81,6 +81,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8181
- Bump `dnsjava:dnsjava` from 3.6.2 to 3.6.3 ([#17231](https://github.com/opensearch-project/OpenSearch/pull/17231))
8282
- Bump `com.google.code.gson:gson` from 2.11.0 to 2.12.1 ([#17229](https://github.com/opensearch-project/OpenSearch/pull/17229))
8383
- Bump `org.jruby.joni:joni` from 2.2.1 to 2.2.3 ([#17136](https://github.com/opensearch-project/OpenSearch/pull/17136))
84+
- Bump `org.apache.ant:ant` from 1.10.14 to 1.10.15 ([#17288](https://github.com/opensearch-project/OpenSearch/pull/17288))
8485

8586
### Changed
8687
- 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
@@ -104,7 +104,7 @@ dependencies {
104104

105105
api "commons-codec:commons-codec:${props.getProperty('commonscodec')}"
106106
api "org.apache.commons:commons-compress:${props.getProperty('commonscompress')}"
107-
api 'org.apache.ant:ant:1.10.14'
107+
api 'org.apache.ant:ant:1.10.15'
108108
api 'com.netflix.nebula:gradle-extra-configurations-plugin:10.0.0'
109109
api 'com.netflix.nebula:nebula-publishing-plugin:21.1.0'
110110
api 'com.netflix.nebula:gradle-info-plugin:12.1.6'

0 commit comments

Comments
 (0)
Please sign in to comment.