Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.47.2.0 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 76081e8 commit 101ff4c
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 @@ -33,7 +33,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.xerial:sqlite-jdbc:3.47.1.0'
implementation 'org.xerial:sqlite-jdbc:3.47.2.0'
implementation 'org.hibernate.orm:hibernate-community-dialects'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.apache.commons:commons-csv:1.12.0'
Expand Down

0 comments on commit 101ff4c

Please sign in to comment.