Skip to content

Commit 7cd19ab

Browse files
Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.50.1.0
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.1.0 to 3.50.1.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.1.0...3.50.1.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.50.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c206215 commit 7cd19ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation "javax.annotation:javax.annotation-api:1.3.2"
4040
implementation platform("org.springframework.boot:spring-boot-dependencies:3.3.5")
4141
api "org.springframework.data:spring-data-jdbc"
42-
implementation "org.xerial:sqlite-jdbc:3.45.1.0"
42+
implementation "org.xerial:sqlite-jdbc:3.50.1.0"
4343
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
4444
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
4545
testImplementation "org.assertj:assertj-core:3.25.3"

0 commit comments

Comments
 (0)