mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
build(deps): bump sqlite-jdbc to 3.40.1.0
This commit is contained in:
parent
0e4a3314a8
commit
4614997c46
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ dependencies {
|
|||
|
||||
implementation("com.github.ben-manes.caffeine:caffeine:2.9.3") // 3.0.0 requires Java 11
|
||||
|
||||
implementation("org.xerial:sqlite-jdbc:3.40.0.0")
|
||||
jooqGenerator("org.xerial:sqlite-jdbc:3.40.0.0")
|
||||
implementation("org.xerial:sqlite-jdbc:3.40.1.0")
|
||||
jooqGenerator("org.xerial:sqlite-jdbc:3.40.1.0")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude(module = "mockito-core")
|
||||
|
|
|
|||
Loading…
Reference in a new issue