Skip to content

Commit bc3181a

Browse files
Update dependency org.projectlombok:lombok to v1.18.38
1 parent 0ba89b5 commit bc3181a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-tutorial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2121
implementation 'org.springframework.boot:spring-boot-starter-web'
2222
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
23-
implementation 'org.projectlombok:lombok:1.18.32'
23+
implementation 'org.projectlombok:lombok:1.18.38'
2424
runtimeOnly 'com.h2database:h2:2.2.224'
2525
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2626
}

0 commit comments

Comments
 (0)