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 e09731a commit ab968e1Copy full SHA for ab968e1
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.4"
20
21
- testImplementation platform("org.junit:junit-bom:5.11.4")
+ testImplementation platform("org.junit:junit-bom:5.13.1")
22
testImplementation "org.junit.jupiter:junit-jupiter"
23
testImplementation "org.assertj:assertj-core:3.27.0"
24
testImplementation "com.approvaltests:approvaltests:24.22.0"
0 commit comments