Skip to content

Commit

Permalink
Upgrade to SQLite JDBC 3.47.0.0
Browse files Browse the repository at this point in the history
Closes gh-42846
  • Loading branch information
snicoll committed Oct 23, 2024
1 parent 5e5f41b commit 92a98d6
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 @@ -2162,7 +2162,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
}
}
library("SQLite JDBC", "3.46.1.3") {
library("SQLite JDBC", "3.47.0.0") {
group("org.xerial") {
modules = [
"sqlite-jdbc"
Expand Down

0 comments on commit 92a98d6

Please sign in to comment.