Skip to content

Bump com.maxmind.geoip2:geoip2 from 4.4.0 to 5.2.0 in /Plan#4746

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/Plan/com.maxmind.geoip2-geoip2-5.2.0
Open

Bump com.maxmind.geoip2:geoip2 from 4.4.0 to 5.2.0 in /Plan#4746
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/Plan/com.maxmind.geoip2-geoip2-5.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps com.maxmind.geoip2:geoip2 from 4.4.0 to 5.2.0.

Release notes

Sourced from com.maxmind.geoip2:geoip2's releases.

5.2.0

  • A new residential field has been added to the Anonymizer record. This is an AnonymizerFeed record containing confidence, networkLastSeen, and providerName fields with residential proxy data for the network. residential may be populated even when none of the other fields on Anonymizer are set. The AnonymizerFeed record is intended to be reused for additional feeds, such as VPNs, mobile networks, and hosting or datacenter providers, that may be added in the future.

5.1.0

  • Updated maxmind-db dependency to 4.1.0. This release fixes an issue with unbounded off-heap memory growth when using FileMode.MEMORY and a latent short-read bug when loading databases larger than 2GB into memory.
  • Added WebServiceClient.Builder.maxRetries(int) to bound transport-failure retries (default 1; set 0 to disable). See the README for retry semantics. Behavior change: previously, transient transport failures (connection reset, broken pipe, etc.) surfaced to callers immediately. They are now retried once by default; pass .maxRetries(0) to restore the prior behavior.

5.0.2

  • Fixed an issue where decoding IpRiskResponse from the IP Risk database would fail when the ip_risk field was not present in the database record. The ipRisk field now defaults to 0.0 when not present. A value of 0.0 indicates that the risk score was not set in the database. In a future major release, this field may be changed to a nullable Double to better distinguish between "no data" and "zero risk". Reported by Fabrice Bacchella. GitHub #644.
  • Updated maxmind-db dependency to 4.0.2. This fixes a bug where enums with @MaxMindDbCreator would throw ConstructorNotFoundException when the data was stored via a pointer in the database, commonly occurring with deduplicated data in larger databases. It also improves error messages when constructor invocation fails. Reported by Fabrice Bacchella. GitHub #644.

5.0.1

  • Updated maxmind-db dependency to 4.0.1. This makes DecodedValue public again, allowing custom NodeCache implementations to be created. GitHub #636.

5.0.0

  • BREAKING: All model and record classes have been converted to Java records. This provides a more modern, immutable data model with automatic implementations of equals(), hashCode(), and toString(). The abstract classes AbstractRecord, AbstractNamedRecord, AbstractResponse, AbstractCountryResponse, AbstractCityResponse, and IpBaseResponse have been removed. Record components can be accessed using the new accessor methods (e.g., city(), country(), location()). The traditional getter methods (e.g., getCity(), getCountry(), getLocation()) are still available but have been deprecated and will be removed in version 6.0.0.
  • BREAKING: RepresentedCountry is now a separate record type instead of extending Country. It shares the same fields as Country but adds a type

... (truncated)

Changelog

Sourced from com.maxmind.geoip2:geoip2's changelog.

5.2.0 (unreleased)

  • A new residential field has been added to the Anonymizer record. This is an AnonymizerFeed record containing confidence, networkLastSeen, and providerName fields with residential proxy data for the network. residential may be populated even when none of the other fields on Anonymizer are set. The AnonymizerFeed record is intended to be reused for additional feeds, such as VPNs, mobile networks, and hosting or datacenter providers, that may be added in the future.

5.1.0 (2026-05-12)

  • Updated maxmind-db dependency to 4.1.0. This release fixes an issue with unbounded off-heap memory growth when using FileMode.MEMORY and a latent short-read bug when loading databases larger than 2GB into memory.
  • Added WebServiceClient.Builder.maxRetries(int) to bound transport-failure retries (default 1; set 0 to disable). See the README for retry semantics. Behavior change: previously, transient transport failures (connection reset, broken pipe, etc.) surfaced to callers immediately. They are now retried once by default; pass .maxRetries(0) to restore the prior behavior.

5.0.2 (2025-12-08)

  • Fixed an issue where decoding IpRiskResponse from the IP Risk database would fail when the ip_risk field was not present in the database record. The ipRisk field now defaults to 0.0 when not present. A value of 0.0 indicates that the risk score was not set in the database. In a future major release, this field may be changed to a nullable Double to better distinguish between "no data" and "zero risk". Reported by Fabrice Bacchella. GitHub #644.
  • Updated maxmind-db dependency to 4.0.2. This fixes a bug where enums with @MaxMindDbCreator would throw ConstructorNotFoundException when the data was stored via a pointer in the database, commonly occurring with deduplicated data in larger databases. It also improves error messages when constructor invocation fails. Reported by Fabrice Bacchella. GitHub #644.

5.0.1 (2025-12-02)

  • Updated maxmind-db dependency to 4.0.1. This makes DecodedValue public again, allowing custom NodeCache implementations to be created. GitHub #636.

5.0.0 (2025-11-20)

  • BREAKING: All model and record classes have been converted to Java records.

... (truncated)

Commits
  • 1935272 Preparing for 5.2.0
  • 687e1ce Update Jackson
  • 6a44d0d Set release date
  • 305c0ed Merge pull request #740 from maxmind/greg/stf-997-add-residential-to-anonymizer
  • c468a20 Document residential default in Anonymizer no-arg constructor
  • 4b64e21 Add residential proxy data to Anonymizer record
  • 33b6ceb Merge pull request #737 from maxmind/dependabot/github_actions/github/codeql-...
  • 3927eca Merge pull request #738 from maxmind/dependabot/github_actions/github/codeql-...
  • acd262b Merge pull request #739 from maxmind/dependabot/github_actions/github/codeql-...
  • c6d94f2 Bump github/codeql-action/init from 4.36.2 to 4.36.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.4.0 to 5.2.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.4.0...v5.2.0)

---
updated-dependencies:
- dependency-name: com.maxmind.geoip2:geoip2
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependabot tag java Dependabot gradle tag labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependabot tag java Dependabot gradle tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants