Skip to content

Commit

Permalink
Chore(deps): bump the minor-patch-group group with 1 update (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 458289c commit f888e8e
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 @@ -44,7 +44,7 @@ dependencies {
// sqlite with default version from spring boot bom (3.43.2.0) doesn't work with spring boot 3.2.2
// sqlite version 3.42.1 works with spring boot 3.1.3
// Working sqlite version with spring boot 3.2.2 is 3.45.1.0
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
implementation 'org.xerial:sqlite-jdbc:3.45.2.0'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:logging-interceptor'
Expand Down

0 comments on commit f888e8e

Please sign in to comment.