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.
1 parent c206215 commit 8ad4b3bCopy full SHA for 8ad4b3b
build.gradle
@@ -40,7 +40,7 @@ dependencies {
40
implementation platform("org.springframework.boot:spring-boot-dependencies:3.3.5")
41
api "org.springframework.data:spring-data-jdbc"
42
implementation "org.xerial:sqlite-jdbc:3.45.1.0"
43
- testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
+ testImplementation "org.junit.jupiter:junit-jupiter-api:5.13.2"
44
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
45
testImplementation "org.assertj:assertj-core:3.25.3"
46
testImplementation "org.mockito:mockito-core:5.11.0"
0 commit comments