File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ dependencies {
1919
2020 runtimeOnly(" org.springframework.boot:spring-boot-devtools:3.2.4" )
2121
22- compileOnly(" org.projectlombok:lombok:1.18.30 " )
23- annotationProcessor(" org.projectlombok:lombok:1.18.30 " )
22+ compileOnly(" org.projectlombok:lombok:1.18.34 " )
23+ annotationProcessor(" org.projectlombok:lombok:1.18.34 " )
2424 implementation(" mysql:mysql-connector-java:8.0.33" )
2525 implementation(" com.zaxxer:HikariCP:5.1.0" )
2626 implementation(" com.querydsl:querydsl-jpa:5.1.0:jakarta" )
2727 implementation(" org.flywaydb:flyway-mysql:9.22.3" )
2828
2929 runtimeOnly(" org.springframework.boot:spring-boot-devtools:3.2.4" )
30- compileOnly(" org.projectlombok:lombok:1.18.30 " )
30+ compileOnly(" org.projectlombok:lombok:1.18.34 " )
3131
32- annotationProcessor(" org.projectlombok:lombok:1.18.30 " )
32+ annotationProcessor(" org.projectlombok:lombok:1.18.34 " )
3333 annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor:3.2.4" )
3434 annotationProcessor(" com.querydsl:querydsl-apt:5.1.0:jakarta" )
3535 annotationProcessor(" jakarta.annotation:jakarta.annotation-api:2.1.1" )
You can’t perform that action at this time.
0 commit comments