We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba89b5 commit bc3181aCopy full SHA for bc3181a
rxjava-tutorial/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
21
implementation 'org.springframework.boot:spring-boot-starter-web'
22
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
23
- implementation 'org.projectlombok:lombok:1.18.32'
+ implementation 'org.projectlombok:lombok:1.18.38'
24
runtimeOnly 'com.h2database:h2:2.2.224'
25
testImplementation 'org.springframework.boot:spring-boot-starter-test'
26
}
0 commit comments