Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/super-linter/super…
Browse files Browse the repository at this point in the history
…-linter-7.1.0
  • Loading branch information
Dankoy authored Sep 1, 2024
2 parents d128b4f + dae0281 commit f15c4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.2'
id 'org.springframework.boot' version '3.3.3'
id 'io.spring.dependency-management' version '1.1.6'
id 'com.diffplug.spotless' version '6.25.0'
}
Expand All @@ -25,7 +25,7 @@ repositories {
}

ext {
springShellVersion = '3.3.1'
springShellVersion = '3.3.2'
resilience4jBomVersion = '2.2.0'
}

Expand All @@ -48,7 +48,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.46.0.1'
implementation 'org.xerial:sqlite-jdbc:3.46.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 f15c4c0

Please sign in to comment.