Skip to content

Commit bcf646d

Browse files
Bump dnsjava:dnsjava from 3.6.2 to 3.6.3 in /test/fixtures/hdfs-fixture (#17231)
1 parent ba6cf6b commit bcf646d

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
@@ -77,6 +77,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7777
- Bump `com.squareup.okio:okio` from 3.9.1 to 3.10.2 ([#17060](https://github.com/opensearch-project/OpenSearch/pull/17060))
7878
- Bump `org.jruby.jcodings:jcodings` from 1.0.58 to 1.0.61 ([#17061](https://github.com/opensearch-project/OpenSearch/pull/17061))
7979
- Bump `org.awaitility:awaitility` from 4.2.0 to 4.2.2 ([#17230](https://github.com/opensearch-project/OpenSearch/pull/17230))
80+
- Bump `dnsjava:dnsjava` from 3.6.2 to 3.6.3 ([#17231](https://github.com/opensearch-project/OpenSearch/pull/17231))
8081

8182
### Changed
8283
- 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
@@ -55,7 +55,7 @@ dependencies {
5555
exclude group: 'com.nimbusds'
5656
exclude module: "commons-configuration2"
5757
}
58-
api "dnsjava:dnsjava:3.6.2"
58+
api "dnsjava:dnsjava:3.6.3"
5959
api "org.codehaus.jettison:jettison:${versions.jettison}"
6060
api "org.apache.commons:commons-compress:${versions.commonscompress}"
6161
api "commons-codec:commons-codec:${versions.commonscodec}"

0 commit comments

Comments
 (0)