Skip to content

Commit

Permalink
chore: dependency update lucene-queryparser 9.5.0 -> 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed May 12, 2023
1 parent cc4f46a commit a71a599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.9.1" % Provide

libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-2" % Provided

libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.5.0"
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.6.0"

val MongoJavaServerVersion = "1.43.0"

Expand Down

0 comments on commit a71a599

Please sign in to comment.