Skip to content

Commit

Permalink
chore(deps): Bump org.xerial:sqlite-jdbc from 3.44.0.0 to 3.45.0.0
Browse files Browse the repository at this point in the history
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.44.0.0 to 3.45.0.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.44.0.0...3.45.0.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent ad53246 commit c52d3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'org.joda:joda-money:1.0.4'
implementation 'org.jsoup:jsoup:1.16.2'
implementation 'org.apache.pdfbox:pdfbox:3.0.0'
runtimeOnly 'org.xerial:sqlite-jdbc:3.44.0.0'
runtimeOnly 'org.xerial:sqlite-jdbc:3.45.0.0'

developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
Expand Down

0 comments on commit c52d3b9

Please sign in to comment.