Skip to content

Commit

Permalink
fix(deps): update lucence & elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 5ac9e64 commit 18ca4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ targetCompatibility = 17

apply plugin: 'distribution'

def ElasticsearchVersion = '8.15.2'
def LuceneVersion = '9.11.1'
def ElasticsearchVersion = '8.17.1'
def LuceneVersion = '9.12.1'
version = '0.0.1'

dependencies {
Expand Down

0 comments on commit 18ca4d8

Please sign in to comment.