Skip to content

Commit

Permalink
Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#333)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 28, 2024
1 parent e7ecb31 commit f9133c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ dependencies {
println "📚Using form flow library ${formFlowLibraryVersion}"
}

compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'

developmentOnly 'org.springframework.boot:spring-boot-devtools:3.3.1'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.34'

testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.1'
testImplementation 'org.springframework.security:spring-security-test:6.3.1'
Expand All @@ -80,7 +80,7 @@ dependencies {
testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.1'
testImplementation 'com.h2database:h2:2.2.224'
testImplementation 'com.deque.html.axe-core:selenium:4.9.1'
testImplementation 'org.projectlombok:lombok:1.18.32'
testImplementation 'org.projectlombok:lombok:1.18.34'

testAnnotationProcessor 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit f9133c2

Please sign in to comment.