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 f9c03cd commit 4ca52c4Copy full SHA for 4ca52c4
mybatis-plus-extension/build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
implementation "${lib.'mybatis-freemarker'}"
23
implementation "de.ruedigermoeller:fst:3.0.4-jdk17"
24
implementation "com.github.ben-manes.caffeine:caffeine:2.9.3"
25
- testImplementation "io.github.classgraph:classgraph:4.8.175"
+ testImplementation "io.github.classgraph:classgraph:4.8.176"
26
testImplementation "${lib.h2}"
27
testImplementation "${lib.mysql}"
28
testImplementation "${lib.'logback-classic'}"
0 commit comments