Skip to content

Commit 39934f9

Browse files
Update dependency com.h2database:h2 to v2.4.240
1 parent 0ba89b5 commit 39934f9

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
@@ -21,7 +21,7 @@ dependencies {
2121
implementation 'org.springframework.boot:spring-boot-starter-web'
2222
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
2323
implementation 'org.projectlombok:lombok:1.18.32'
24-
runtimeOnly 'com.h2database:h2:2.2.224'
24+
runtimeOnly 'com.h2database:h2:2.4.240'
2525
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2626
}
2727

0 commit comments

Comments
 (0)