Skip to content

Commit 76f7549

Browse files
committed
Upgrade to SQLite JDBC 3.47.2.0
Closes gh-43695
1 parent 6ea5511 commit 76f7549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,7 @@ bom {
23572357
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
23582358
}
23592359
}
2360-
library("SQLite JDBC", "3.47.1.0") {
2360+
library("SQLite JDBC", "3.47.2.0") {
23612361
group("org.xerial") {
23622362
modules = [
23632363
"sqlite-jdbc"

0 commit comments

Comments
 (0)