Skip to content

Commit 15ae16c

Browse files
authored
Merge pull request #161 from saurabhpro/renovate/org.projectlombok-lombok-1.x
Update dependency org.projectlombok:lombok to v1.18.32
2 parents 96a7dc5 + a7cd5b8 commit 15ae16c

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.30'
23+
implementation 'org.projectlombok:lombok:1.18.32'
2424
runtimeOnly 'com.h2database:h2:2.2.224'
2525
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2626
}

0 commit comments

Comments
 (0)