Skip to content

Commit

Permalink
Merge pull request #226 from GiantTreeLP/renovate/sqliteversion
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.43.2.1
  • Loading branch information
GiantTreeLP authored Oct 18, 2023
2 parents 2636d91 + d34c07b commit f42c8be
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 @@ -24,7 +24,7 @@ dependencies {

val exposedVersion = "0.44.0"
val hikariVersion = "5.0.1"
val sqliteVersion = "3.43.2.0"
val sqliteVersion = "3.43.2.1"
val mariadbVersion = "3.2.0"

val junitVersion = "5.10.0"
Expand Down

0 comments on commit f42c8be

Please sign in to comment.