Skip to content

Commit 06234ef

Browse files
committed
Upgrade to SQLite JDBC 3.45.2.0
Closes gh-40008
1 parent 43f8284 commit 06234ef

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
@@ -2023,7 +2023,7 @@ bom {
20232023
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
20242024
}
20252025
}
2026-
library("SQLite JDBC", "3.45.1.0") {
2026+
library("SQLite JDBC", "3.45.2.0") {
20272027
group("org.xerial") {
20282028
modules = [
20292029
"sqlite-jdbc"

0 commit comments

Comments
 (0)