Skip to content

Commit

Permalink
Merge pull request #301 from Aiven-Open/dependabot/gradle/org.xerial-…
Browse files Browse the repository at this point in the history
…sqlite-jdbc-3.45.2.0

chore(deps): bump org.xerial:sqlite-jdbc from 3.43.0.0 to 3.45.2.0
  • Loading branch information
tvainika authored Apr 2, 2024
2 parents b5ec951 + 73c6556 commit b752dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ val integrationTestRuntimeOnly: Configuration by configurations.getting {
dependencies {
compileOnly("org.apache.kafka:connect-api:$kafkaVersion")

runtimeOnly("org.xerial:sqlite-jdbc:3.43.0.0")
runtimeOnly("org.xerial:sqlite-jdbc:3.45.2.0")
runtimeOnly("org.postgresql:postgresql:42.7.1")
runtimeOnly("net.sourceforge.jtds:jtds:1.3.1")
runtimeOnly("net.snowflake:snowflake-jdbc:3.14.2")
Expand Down

0 comments on commit b752dea

Please sign in to comment.