Skip to content

Commit b196499

Browse files
fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.28.0
1 parent 2d9b0f0 commit b196499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
108108
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
109109
// javaParser
110-
javaParserCompileOnly "com.github.javaparser:javaparser-symbol-solver-core:3.27.1"
110+
javaParserCompileOnly "com.github.javaparser:javaparser-symbol-solver-core:3.28.0"
111111
// ktfmt
112112
ktfmtCompileOnly "com.facebook:ktfmt:0.61"
113113
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {

0 commit comments

Comments
 (0)