Is your feature request related to a problem? Please describe.
Not a problem (yet) but something I noticed while running composer outdated: the new IP-based geolocation feature uses a version of geoip2/geoip2 that is a major version behind. I don't see updates to v2 since 2022, but v3 is continuing to receive improvements.
Describe the solution you'd like
Upgrade geoip2/geoip2 dependency to ^3.0.
Describe alternatives you've considered
N/A
Additional context
I'm not actively using this feature, or I'd attempt to try and test an upgrade myself.
Is your feature request related to a problem? Please describe.
Not a problem (yet) but something I noticed while running
composer outdated: the new IP-based geolocation feature uses a version ofgeoip2/geoip2that is a major version behind. I don't see updates to v2 since 2022, but v3 is continuing to receive improvements.Describe the solution you'd like
Upgrade
geoip2/geoip2dependency to^3.0.Describe alternatives you've considered
N/A
Additional context
I'm not actively using this feature, or I'd attempt to try and test an upgrade myself.