Skip to content

Commit 8b0f21f

Browse files
Bump org.xerial:sqlite-jdbc from 3.50.2.0 to 3.50.3.0 in /libcobj (#679)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.50.2.0 to 3.50.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.50.2.0...3.50.3.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.50.3.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efda7a7 commit 8b0f21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.4.8-jre")
35-
implementation("org.xerial:sqlite-jdbc:3.50.2.0")
35+
implementation("org.xerial:sqlite-jdbc:3.50.3.0")
3636
implementation("commons-cli:commons-cli:1.9.0")
3737
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
3838
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)