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.
2 parents 96a7dc5 + a7cd5b8 commit 15ae16cCopy full SHA for 15ae16c
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.30'
+ implementation 'org.projectlombok:lombok:1.18.32'
24
runtimeOnly 'com.h2database:h2:2.2.224'
25
testImplementation 'org.springframework.boot:spring-boot-starter-test'
26
}
0 commit comments