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 2dcac76 + 9de0829 commit 305c463Copy full SHA for 305c463
build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
api "org.springframework.data:spring-data-jdbc:2.4.5"
46
implementation 'org.xerial:sqlite-jdbc:3.42.0.1'
47
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
48
- testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
+ testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
49
testImplementation "org.assertj:assertj-core:3.22.0"
50
testImplementation "org.mockito:mockito-core:5.9.0"
51
testImplementation "org.mockito:mockito-junit-jupiter:5.9.0"
0 commit comments