Skip to content

Commit

Permalink
Chore(deps): bump org.springframework.boot from 3.1.3 to 3.2.2 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
1 parent a4d8c24 commit a7a5857
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.3'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand Down Expand Up @@ -33,7 +33,10 @@ dependencies {
implementation 'ch.qos.logback:logback-classic'
implementation 'ch.qos.logback:logback-core'

implementation 'org.xerial:sqlite-jdbc'
// sqlite with default version from spring boot bom (3.42.1) 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 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:logging-interceptor'
Expand Down

0 comments on commit a7a5857

Please sign in to comment.