Skip to content

Commit

Permalink
Upgrade to SQLite JDBC 3.47.2.0
Browse files Browse the repository at this point in the history
Closes gh-43723
  • Loading branch information
snicoll committed Jan 8, 2025
1 parent dea6b9e commit 3a340b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
}
}
library("SQLite JDBC", "3.47.1.0") {
library("SQLite JDBC", "3.47.2.0") {
group("org.xerial") {
modules = [
"sqlite-jdbc"
Expand Down

0 comments on commit 3a340b1

Please sign in to comment.