@@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
1717 <dependency >
1818 <groupId >com.maxmind.geoip2</groupId >
1919 <artifactId >geoip2</artifactId >
20- <version >4.2.1 </version >
20+ <version >4.3.0 </version >
2121 </dependency >
2222```
2323
@@ -30,7 +30,7 @@ repositories {
3030 mavenCentral()
3131}
3232dependencies {
33- compile 'com.maxmind.geoip2:geoip2:4.2.1 '
33+ compile 'com.maxmind.geoip2:geoip2:4.3.0 '
3434}
3535```
3636
@@ -490,7 +490,7 @@ we suggest creating one object and sharing that across threads.
490490## What data is returned? ##
491491
492492While many of the location databases and web services return the same
493- basic records, the attributes poplulated can vary. In addition, MaxMind does
493+ basic records, the attributes populated can vary. In addition, MaxMind does
494494not always have every piece of data for any given IP address.
495495
496496Because of these factors, it is possible for any web service to return a record
@@ -560,6 +560,6 @@ The GeoIP2 Java API uses [Semantic Versioning](https://semver.org/).
560560
561561## Copyright and License ##
562562
563- This software is Copyright (c) 2013-2023 by MaxMind, Inc.
563+ This software is Copyright (c) 2013-2025 by MaxMind, Inc.
564564
565565This is free software, licensed under the Apache License, Version 2.0.
0 commit comments