Skip to content

Commit

Permalink
build: lombok version
Browse files Browse the repository at this point in the history
  • Loading branch information
oproprioleonardo committed Nov 9, 2024
1 parent cf89d9d commit 062857c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dependencies {
implementation(project(":domain"))
implementation 'io.vavr:vavr:0.10.4'
implementation group: 'com.mercadopago', name: 'sdk-java', version: '2.1.29'
compileOnly 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.26'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testImplementation 'org.mockito:mockito-junit-jupiter:4.5.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
Expand Down
4 changes: 2 additions & 2 deletions domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ repositories {
}

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.30'
compileOnly 'org.projectlombok:lombok:1.18.34'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.31'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
}
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.10'
id 'org.springframework.boot' version '3.2.11'
id 'io.spring.dependency-management' version '1.1.5'
}

Expand Down Expand Up @@ -66,9 +66,9 @@ dependencies {
implementation 'com.google.zxing:core:3.4.1'
implementation 'com.google.zxing:javase:3.4.1'

compileOnly 'org.projectlombok:lombok'
compileOnly 'org.projectlombok:lombok:1.18.34'
runtimeOnly 'org.postgresql:postgresql'
annotationProcessor 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'org.springframework.security:spring-security-test'
Expand Down

0 comments on commit 062857c

Please sign in to comment.