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 a66f1f9Copy full SHA for a66f1f9
rxjava-tutorial/build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
implementation 'org.springframework.boot:spring-boot-starter-actuator'
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'
+ implementation 'io.reactivex.rxjava3:rxjava:3.1.10'
23
implementation 'org.projectlombok:lombok:1.18.32'
24
runtimeOnly 'com.h2database:h2:2.2.224'
25
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments