Skip to content

Commit 1b27ae9

Browse files
dependabot[bot]cwperksgaobinlong
authored andcommitted
Bump com.maxmind.geoip2:geoip2 from 4.2.1 to 4.3.0 in /modules/ingest-geoip (opensearch-project#18263)
* Bump com.maxmind.geoip2:geoip2 in /modules/ingest-geoip Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/maxmind/GeoIP2-java/releases) - [Changelog](https://github.com/maxmind/GeoIP2-java/blob/main/CHANGELOG.md) - [Commits](maxmind/GeoIP2-java@v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Updating SHAs Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> * Explicitly add dep on jackson-datatype-jsr310 Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add license and notice file for jackson-datatype-jsr310 Signed-off-by: Binlong Gao <gbinlong@amazon.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Binlong Gao <gbinlong@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Binlong Gao <gbinlong@amazon.com>
1 parent adbd68a commit 1b27ae9

File tree

7 files changed

+30
-2
lines changed

7 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4444
- Bump `reactor` from 3.5.20 to 3.7.5 ([#18243](https://github.com/opensearch-project/OpenSearch/pull/18243))
4545
- Bump `com.azure:azure-core-http-netty` from 1.15.7 to 1.15.11 ([#18265](https://github.com/opensearch-project/OpenSearch/pull/18265))
4646
- Bump `lycheeverse/lychee-action` from 2.4.0 to 2.4.1 ([#18264](https://github.com/opensearch-project/OpenSearch/pull/18264))
47+
- Bump `com.maxmind.geoip2:geoip2` from 4.2.1 to 4.3.0 ([#18263](https://github.com/opensearch-project/OpenSearch/pull/18263))
4748

4849
### Deprecated
4950

modules/ingest-geoip/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ opensearchplugin {
3939
}
4040

4141
dependencies {
42-
api('com.maxmind.geoip2:geoip2:4.2.1')
42+
api('com.maxmind.geoip2:geoip2:4.3.0')
4343
// geoip2 dependencies:
4444
api('com.maxmind.db:maxmind-db:3.1.1')
4545
api("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
4646
api("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}")
47+
api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${versions.jackson}")
4748

4849
testImplementation 'org.elasticsearch:geolite2-databases:20191119'
4950
}

modules/ingest-geoip/licenses/geoip2-4.2.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6b1cbe49b305a4925f7ac2b7bcc17a82142b7bc8
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7b6ff96adf421f4c6edbd694e797dd8fe434510a
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This copy of Jackson JSON processor Java 8 Date/Time module is licensed under the
2+
Apache (Software) License, version 2.0 ("the License").
3+
See the License for details about distribution rights, and the
4+
specific rights regarding derivative works.
5+
6+
You may obtain a copy of the License at:
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Jackson JSON processor
2+
3+
Jackson is a high-performance, Free/Open Source JSON processing library.
4+
It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
5+
been in development since 2007.
6+
It is currently developed by a community of developers.
7+
8+
## Licensing
9+
10+
Jackson components are licensed under Apache (Software) License, version 2.0,
11+
as per accompanying LICENSE file.
12+
13+
## Credits
14+
15+
A list of contributors may be found from CREDITS file, which is included
16+
in some artifacts (usually source distributions); but is always available
17+
from the source code management (SCM) system project uses.

0 commit comments

Comments
 (0)