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
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM maven:3.9.9-eclipse-temurin-17-alpine FROM maven:3.9.8-eclipse-temurin-17-alpine
RUN apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto terminus-font \ RUN apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto terminus-font \
&& fc-cache -f \ && fc-cache -f \

View File

@ -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 -->