We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9815c2 commit cf2e61aCopy full SHA for cf2e61a
build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
implementation "com.google.code.gson:gson:2.13.1"
19
implementation "com.github.javaparser:javaparser-core:3.26.3"
20
21
- testImplementation platform("org.junit:junit-bom:5.11.4")
+ testImplementation platform("org.junit:junit-bom:5.12.2")
22
testImplementation "org.junit.jupiter:junit-jupiter"
23
testImplementation "org.assertj:assertj-core:3.27.0"
24
testImplementation "com.approvaltests:approvaltests:24.21.0"
0 commit comments