1 Commits

Author SHA1 Message Date
bb9b52ee89 Update dependency com.maxmind.geoip2:geoip2 to v4.2.1 2024-09-20 15:01:00 +00:00

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version> <version>3.3.2</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
@ -169,7 +169,7 @@
<dependency> <dependency>
<groupId>com.maxmind.geoip2</groupId> <groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId> <artifactId>geoip2</artifactId>
<version>4.2.0</version> <version>4.2.1</version>
</dependency> </dependency>
<!-- Archive Utilities --> <!-- Archive Utilities -->