Skip to content

Commit 7f5d18b

Browse files
Bump dnsjava:dnsjava from 3.6.2 to 3.6.3 in /test/fixtures/hdfs-fixture (#17231) (#17235)
(cherry picked from commit bcf646d) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3b8bad commit 7f5d18b

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
@@ -75,6 +75,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7575
- Bump `org.apache.commons:commons-lang3` from 3.14.0 to 3.17.0 ([#15580](https://github.com/opensearch-project/OpenSearch/pull/15580))
7676
- Bump `com.squareup.okio:okio` from 3.9.1 to 3.10.2 ([#17060](https://github.com/opensearch-project/OpenSearch/pull/17060))
7777
- Bump `org.jruby.jcodings:jcodings` from 1.0.58 to 1.0.61 ([#17061](https://github.com/opensearch-project/OpenSearch/pull/17061))
78+
- Bump `dnsjava:dnsjava` from 3.6.2 to 3.6.3 ([#17231](https://github.com/opensearch-project/OpenSearch/pull/17231))
7879

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

test/fixtures/hdfs-fixture/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
exclude group: 'com.nimbusds'
5555
exclude module: "commons-configuration2"
5656
}
57-
api "dnsjava:dnsjava:3.6.2"
57+
api "dnsjava:dnsjava:3.6.3"
5858
api "org.codehaus.jettison:jettison:${versions.jettison}"
5959
api "org.apache.commons:commons-compress:${versions.commonscompress}"
6060
api "commons-codec:commons-codec:${versions.commonscodec}"

0 commit comments

Comments
 (0)