Skip to content

Commit bb7c3f4

Browse files
Bump org.xerial:sqlite-jdbc from 3.49.1.0 to 3.50.3.0 (#1011)
* Bump org.xerial:sqlite-jdbc from 3.49.1.0 to 3.50.3.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.49.1.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.49.1.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-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update lockfile for sqlite --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladislav Sidorovich <vsidorovich@google.com>
1 parent f1d8dfe commit bb7c3f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ org.springframework:spring-tx:5.3.39=compileClasspath,runtimeClasspath,testCompi
274274
org.threeten:threeten-extra:1.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
275275
org.threeten:threetenbp:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
276276
org.xerial.snappy:snappy-java:1.1.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
277-
org.xerial:sqlite-jdbc:3.49.1.0=testCompileClasspath,testRuntimeClasspath
277+
org.xerial:sqlite-jdbc:3.50.3.0=testCompileClasspath,testRuntimeClasspath
278278
org.yaml:snakeyaml:2.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
279279
xerces:xercesImpl:2.12.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
280280
xml-apis:xml-apis:1.4.01=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ snakeyaml = "2.5"
5353
snowflake = "3.26.1"
5454
spotless-plugin-gradle = "6.4.1"
5555
spring = "5.3.39"
56-
sqlite-jdbc = "3.49.1.0"
56+
sqlite-jdbc = "3.50.3.0"
5757
system-rules = "1.19.0"
5858
tez = "0.10.0"
5959
thrift = "0.20.0"

0 commit comments

Comments
 (0)