Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr committed Sep 2, 2024
1 parent 20aa866 commit 71f8c9b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ jar {


dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.30'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.34'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1'
implementation 'com.maxmind.db:maxmind-db:3.0.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.google.guava:guava:33.3.0-jre'
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.3.1'
implementation 'com.maxmind.db:maxmind-db:3.1.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.mockito:mockito-core:5.6.0'
testImplementation 'org.mockito:mockito-core:5.13.0'

integrationTestImplementation 'io.rest-assured:rest-assured:5.3.2'
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.0'
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
}

publishing {
Expand Down

0 comments on commit 71f8c9b

Please sign in to comment.