From dae02819c7085821cecc97607ccbf551ec70d9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:21:49 +0000 Subject: [PATCH] Chore(deps): bump the minor-patch-group group with 3 updates (#109) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e932333..e998097 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } @@ -25,7 +25,7 @@ repositories { } ext { - springShellVersion = '3.3.1' + springShellVersion = '3.3.2' resilience4jBomVersion = '2.2.0' } @@ -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'