Skip to content

Commit 60adee3

Browse files
committed
Upgrade to SQLite JDBC 3.49.0.0
Closes gh-44232
1 parent bc36485 commit 60adee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2471,7 +2471,7 @@ bom {
24712471
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
24722472
}
24732473
}
2474-
library("SQLite JDBC", "3.48.0.0") {
2474+
library("SQLite JDBC", "3.49.0.0") {
24752475
group("org.xerial") {
24762476
modules = [
24772477
"sqlite-jdbc"

0 commit comments

Comments
 (0)