Skip to content

Commit

Permalink
chore: upgrade lombok and jackson-databind dependencies #167
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Nov 1, 2024
1 parent dab230c commit 17f7684
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ android {
dependencies {
//noinspection GradleDependency
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.3'
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:4.8.1'
Expand Down Expand Up @@ -117,4 +117,4 @@ project.afterEvaluate {

apply from: "$rootProject.projectDir/gradle/shared/code-quality.gradle"
apply from: "$rootProject.projectDir/gradle/shared/size-check.gradle"
apply from: "$rootProject.projectDir/gradle/shared/html-java-gen.gradle"
apply from: "$rootProject.projectDir/gradle/shared/html-java-gen.gradle"

0 comments on commit 17f7684

Please sign in to comment.