Skip to content

Commit a66f1f9

Browse files
Update dependency io.reactivex.rxjava3:rxjava to v3.1.10
1 parent 0ba89b5 commit a66f1f9

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
@@ -19,7 +19,7 @@ dependencies {
1919
implementation 'org.springframework.boot:spring-boot-starter-actuator'
2020
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2121
implementation 'org.springframework.boot:spring-boot-starter-web'
22-
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
22+
implementation 'io.reactivex.rxjava3:rxjava:3.1.10'
2323
implementation 'org.projectlombok:lombok:1.18.32'
2424
runtimeOnly 'com.h2database:h2:2.2.224'
2525
testImplementation 'org.springframework.boot:spring-boot-starter-test'

0 commit comments

Comments
 (0)