Skip to content

Commit fdc8e9c

Browse files
authored
Merge branch 'Together-Java:develop' into feature/cake-day
2 parents 2e4b90a + 72cc22f commit fdc8e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

database/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var sqliteVersion = "3.51.0.0"
77
dependencies {
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')

0 commit comments

Comments
 (0)