Skip to content

Commit

Permalink
chore: bump lucene to 9.4.1 (#204)
Browse files Browse the repository at this point in the history
* chore: bump lucene to 9.4.1
* chore: bump graalvm to 22.3.0
  • Loading branch information
dainiusjocas committed Oct 25, 2022
1 parent 56dbc6d commit ea57a61
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -11,9 +11,9 @@ env:
LMGREP_FEATURE_CHARSETS: true
LMGREP_FEATURE_STEMPEL: true
LMGREP_FEATURE_RAUDIKKO: false
CLOJURE_VERSION: '1.11.1.1165'
CLOJURE_VERSION: '1.11.1.1182'
BABASHKA_VERSION: '1.0.164'
GRAALVM_VERSION: '22.2.0'
GRAALVM_VERSION: '22.3.0'

jobs:
create-gh-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
CLOJURE_VERSION: '1.11.1.1165'
CLOJURE_VERSION: '1.11.1.1182'
BABASHKA_VERSION: '1.0.164'

jobs:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ For a list of breaking changes, check [here](#breaking-changes).

## Unreleased

### Fixed/enhanced

- Upgrade to Lucene 9.4.1
- Upgrade GraalVM to 22.3.0 (still Java 17)

## v2022.10.21

### Fixed/enhanced
Expand Down
12 changes: 6 additions & 6 deletions deps.edn
Expand Up @@ -3,11 +3,11 @@
:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.cli {:mvn/version "1.0.214"}
org.apache.lucene/lucene-core {:mvn/version "9.4.0"}
org.apache.lucene/lucene-analysis-common {:mvn/version "9.4.0"}
org.apache.lucene/lucene-monitor {:mvn/version "9.4.0"}
org.apache.lucene/lucene-queries {:mvn/version "9.4.0"}
org.apache.lucene/lucene-queryparser {:mvn/version "9.4.0"}
org.apache.lucene/lucene-core {:mvn/version "9.4.1"}
org.apache.lucene/lucene-analysis-common {:mvn/version "9.4.1"}
org.apache.lucene/lucene-monitor {:mvn/version "9.4.1"}
org.apache.lucene/lucene-queries {:mvn/version "9.4.1"}
org.apache.lucene/lucene-queryparser {:mvn/version "9.4.1"}
metosin/jsonista {:mvn/version "0.3.6"}
lt.jocas/lucene-custom-analyzer {:mvn/version "1.0.24"}
lmgrep/lucene-monitor-helpers {:local/root "modules/lucene-monitor-helpers"}
Expand All @@ -22,7 +22,7 @@
{:dev
{:extra-paths ["dev" "test" "test/resources"]
:extra-deps {org.clojure/tools.deps.alpha {:git/url "https://github.com/clojure/tools.deps.alpha"
:git/sha "37ce804269b2bbc2227d7101c32013a352f76e57"}
:git/sha "fd47c2c07d3a0646d3e8bc95f120275b088d562d"}
org.slf4j/slf4j-nop {:mvn/version "2.0.3"}
criterium/criterium {:mvn/version "0.4.6"}}}
:test
Expand Down
4 changes: 2 additions & 2 deletions modules/bundled-analyzers/deps.edn
@@ -1,3 +1,3 @@
{:paths ["src"]
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.0"}
org.apache.lucene/lucene-analysis-common {:mvn/version "9.4.0"}}}
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.1"}
org.apache.lucene/lucene-analysis-common {:mvn/version "9.4.1"}}}
4 changes: 2 additions & 2 deletions modules/lucene-monitor-helpers/deps.edn
@@ -1,6 +1,6 @@
{:paths ["classes"]
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.0"}
org.apache.lucene/lucene-monitor {:mvn/version "9.4.0"}}
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.1"}
org.apache.lucene/lucene-monitor {:mvn/version "9.4.1"}}
:deps/prep-lib {:ensure "classes"
:alias :build
:fn compile-java}
Expand Down
2 changes: 1 addition & 1 deletion modules/raudikko/deps.edn
@@ -1,5 +1,5 @@
{:paths ["target/raudikko.jar"]
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.0"}
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.1"}
fi.evident.raudikko/raudikko {:mvn/version "0.1.1"}}
:deps/prep-lib {:ensure "target/raudikko.jar"
:alias :build
Expand Down
4 changes: 2 additions & 2 deletions modules/snowball-token-filters/deps.edn
@@ -1,6 +1,6 @@
{:paths ["target/snowball-token-filters.jar"]
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.0"}
org.apache.lucene/lucene-analysis-common {:mvn/version "9.4.0"}}
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.1"}
org.apache.lucene/lucene-analysis-common {:mvn/version "9.4.1"}}
:deps/prep-lib {:ensure "target/snowball-token-filters.jar"
:alias :build
:fn jar}
Expand Down
4 changes: 2 additions & 2 deletions modules/stempel/deps.edn
@@ -1,3 +1,3 @@
{:paths ["src"]
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.0"}
org.apache.lucene/lucene-analysis-stempel {:mvn/version "9.4.0"}}}
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.1"}
org.apache.lucene/lucene-analysis-stempel {:mvn/version "9.4.1"}}}
2 changes: 1 addition & 1 deletion resources/LMGREP_VERSION
@@ -1 +1 @@
v2022.05.11-3-SNAPSHOT
v2022.10.21-SNAPSHOT

0 comments on commit ea57a61

Please sign in to comment.