We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26eeb81 commit c321c6dCopy full SHA for c321c6d
build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
implementation "com.google.code.gson:gson:2.12.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.15.0"
0 commit comments