Skip to content

Commit

Permalink
Merge pull request Aiven-Open#344 from Aiven-Open/dependabot/gradle/o…
Browse files Browse the repository at this point in the history
…rg.xerial-sqlite-jdbc-3.46.0.1

chore(deps): bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1
  • Loading branch information
AnatolyPopov authored Aug 5, 2024
2 parents b576f6b + 5b24549 commit 4fda5cb
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.46.0.0")
runtimeOnly("org.xerial:sqlite-jdbc:3.46.0.1")
runtimeOnly("org.postgresql:postgresql:42.7.3")
runtimeOnly("com.oracle.database.jdbc:ojdbc8:23.4.0.24.05")
runtimeOnly("net.sourceforge.jtds:jtds:1.3.1")
Expand Down

0 comments on commit 4fda5cb

Please sign in to comment.