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 fff39d1 commit ee27e4cCopy full SHA for ee27e4c
build.gradle
@@ -395,7 +395,7 @@ dependencies {
395
testImplementation "org.testfx:testfx-core:4.0.16-alpha"
396
testImplementation "org.testfx:testfx-junit5:4.0.16-alpha"
397
testImplementation "org.hamcrest:hamcrest-library:3.0"
398
- testImplementation "com.github.javaparser:javaparser-symbol-solver-core:3.26.3"
+ testImplementation "com.github.javaparser:javaparser-symbol-solver-core:3.26.4"
399
400
// recommended by https://github.com/wiremock/wiremock/issues/2149#issuecomment-1835775954
401
testImplementation 'org.wiremock:wiremock-standalone:3.12.1'
0 commit comments