Skip to content

Commit 909b438

Browse files
Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0 in /libcobj (#554)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.47.0.0 to 3.47.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.47.0.0...3.47.1.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56c7c13 commit 909b438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcobj/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks {
3232

3333
dependencies {
3434
implementation("com.google.guava:guava:33.3.1-jre")
35-
implementation("org.xerial:sqlite-jdbc:3.47.0.0")
35+
implementation("org.xerial:sqlite-jdbc:3.47.1.0")
3636
implementation("commons-cli:commons-cli:1.9.0")
3737
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
3838
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)