Skip to content

Commit

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

chore(deps): bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0
  • Loading branch information
AnatolyPopov authored Jun 3, 2024
2 parents aff2284 + 497569b commit 0af9256
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 @@ -161,7 +161,7 @@ val integrationTestRuntimeOnly: Configuration by configurations.getting {
dependencies {
compileOnly("org.apache.kafka:connect-api:$kafkaVersion")

runtimeOnly("org.xerial:sqlite-jdbc:3.45.3.0")
runtimeOnly("org.xerial:sqlite-jdbc:3.46.0.0")
runtimeOnly("org.postgresql:postgresql:42.7.3")
runtimeOnly("net.sourceforge.jtds:jtds:1.3.1")
runtimeOnly("net.snowflake:snowflake-jdbc:3.16.0")
Expand Down

0 comments on commit 0af9256

Please sign in to comment.