Skip to content

Commit 53a1cc0

Browse files
committed
Upgrade to SQLite JDBC 3.46.0.1
Closes gh-41817
1 parent 3004ac4 commit 53a1cc0

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
@@ -2158,7 +2158,7 @@ bom {
21582158
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
21592159
}
21602160
}
2161-
library("SQLite JDBC", "3.46.0.0") {
2161+
library("SQLite JDBC", "3.46.0.1") {
21622162
group("org.xerial") {
21632163
modules = [
21642164
"sqlite-jdbc"

0 commit comments

Comments
 (0)