Skip to content

Commit

Permalink
Bump lucene version to 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakn7 committed Mar 5, 2024
1 parent 353f6bc commit ce67883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _artifactId = 'server'
//This is for https://github.com/gradle/gradle/issues/11308
System.setProperty("org.gradle.internal.publish.checksums.insecure", "True")

def luceneVersion = '9.9.0'
def luceneVersion = '9.10.0'
project.ext.slf4jVersion = '2.0.0-alpha1'
project.ext.grpcVersion = '1.46.0'
project.ext.lz4Version = '1.7.0'
Expand Down

0 comments on commit ce67883

Please sign in to comment.