Skip to content

Commit

Permalink
fix(updater): Add dependency updater
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed May 20, 2024
1 parent 4e292ee commit 0107eca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ allprojects {
group 'com.github.bancolombia'

dependencies {
compileOnly "org.projectlombok:lombok:${lombokVersion}"
annotationProcessor "org.projectlombok:lombok:${lombokVersion}"
compileOnly "org.projectlombok:lombok:1.18.32"
annotationProcessor "org.projectlombok:lombok:1.18.32"

testCompileOnly "org.projectlombok:lombok:${lombokVersion}"
testAnnotationProcessor "org.projectlombok:lombok:${lombokVersion}"
testCompileOnly "org.projectlombok:lombok:1.18.32"
testAnnotationProcessor "org.projectlombok:lombok:1.18.32"
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 0107eca

Please sign in to comment.