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 9ff6ee6 commit 3d420faCopy full SHA for 3d420fa
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
implementation 'javax.annotation:javax.annotation-api:1.3.2'
45
api "org.springframework.data:spring-data-jdbc:2.4.5"
46
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
47
- testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
+ testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
48
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
49
testImplementation "org.assertj:assertj-core:3.25.3"
50
testImplementation "org.mockito:mockito-core:5.11.0"
0 commit comments