Skip to content

Commit ea41d1a

Browse files
Build(deps): Bump org.xerial:sqlite-jdbc in /libcobj (#740)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.50.3.0 to 3.51.0.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.50.3.0...3.51.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.0.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9487422 commit ea41d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcobj/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks {
3232

3333
dependencies {
3434
implementation("com.google.guava:guava:33.5.0-jre")
35-
implementation("org.xerial:sqlite-jdbc:3.50.3.0")
35+
implementation("org.xerial:sqlite-jdbc:3.51.0.0")
3636
implementation("commons-cli:commons-cli:1.10.0")
3737
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
3838
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)