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 53c3de8 commit 75695dcCopy full SHA for 75695dc
build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
implementation "com.google.code.gson:gson:2.11.0"
19
implementation "com.github.javaparser:javaparser-core:3.25.10"
20
21
- testImplementation platform("org.junit:junit-bom:5.10.2")
+ testImplementation platform("org.junit:junit-bom:5.11.1")
22
testImplementation "org.junit.jupiter:junit-jupiter"
23
testImplementation "org.assertj:assertj-core:3.25.3"
24
testImplementation "com.approvaltests:approvaltests:24.7.0"
0 commit comments