We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 524c79b + 41aa4fa commit 8190742Copy full SHA for 8190742
build.gradle
@@ -80,7 +80,7 @@ dependencies {
80
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
81
implementation 'com.google.guava:guava:33.5.0-jre'
82
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5.1'
83
- implementation 'com.maxmind.db:maxmind-db:3.2.0'
+ implementation 'com.maxmind.db:maxmind-db:4.0.0'
84
85
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
86
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
0 commit comments