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 47cfe10Copy full SHA for 47cfe10
rxjava-tutorial/build.gradle
@@ -21,7 +21,7 @@ dependencies {
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'
24
- runtimeOnly 'com.h2database:h2:2.2.224'
+ runtimeOnly 'com.h2database:h2:2.3.230'
25
testImplementation 'org.springframework.boot:spring-boot-starter-test'
26
}
27
0 commit comments