We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 233de67 + 2f88213 commit 4da80fcCopy full SHA for 4da80fc
build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
47
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
48
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
49
- testImplementation "org.assertj:assertj-core:3.25.2"
+ testImplementation "org.assertj:assertj-core:3.25.3"
50
testImplementation "org.mockito:mockito-core:5.9.0"
51
testImplementation "org.mockito:mockito-junit-jupiter:5.9.0"
52
testImplementation "org.springframework.boot:spring-boot-starter-test:2.7.6"
0 commit comments