Skip to content

Commit

Permalink
Chore(deps): bump the minor-patch-group group with 2 updates (#86)
Browse files Browse the repository at this point in the history
Bumps the minor-patch-group group with 2 updates: [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) and [org.springframework.boot](https://github.com/spring-projects/spring-boot).


Updates `org.xerial:sqlite-jdbc` from 3.45.2.0 to 3.45.3.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.45.2.0...3.45.3.0)

Updates `org.springframework.boot` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent a4e4e66 commit 573619b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand Down 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.2.0'
implementation 'org.xerial:sqlite-jdbc:3.45.3.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 573619b

Please sign in to comment.