File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
8080 implementation ' org.apache.commons:commons-text:1.15.0'
8181 implementation ' com.apptasticsoftware:rssreader:3.12.0'
8282
83- testImplementation ' org.mockito:mockito-core:5.20 .0'
83+ testImplementation ' org.mockito:mockito-core:5.21 .0'
8484 testImplementation " org.junit.jupiter:junit-jupiter-api:$junitVersion "
8585 testImplementation " org.junit.jupiter:junit-jupiter-params:$junitVersion "
8686 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var sqliteVersion = "3.51.0.0"
77dependencies {
88 implementation ' com.google.code.findbugs:jsr305:3.0.2'
99 implementation " org.xerial:sqlite-jdbc:${ sqliteVersion} "
10- implementation ' org.flywaydb:flyway-core:11.18 .0'
10+ implementation ' org.flywaydb:flyway-core:11.20 .0'
1111 implementation " org.jooq:jooq:$jooqVersion "
1212
1313 implementation project(' :utils' )
You can’t perform that action at this time.
0 commit comments