Skip to content

Commit

Permalink
PDFBOX-4892: update lucene
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1911741 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Aug 17, 2023
1 parent 31f3c9d commit 261d05e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
<inceptionYear>2002</inceptionYear>

<properties>
<lucene.version>7.7.2</lucene.version>
<!-- be careful when updating this, because Lucene 8 requires jdk11 -->
<lucene.version>9.7.0</lucene.version>
</properties>

<dependencies>
Expand All @@ -66,7 +65,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>${lucene.version}</version>
<version>8.11.2</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit 261d05e

Please sign in to comment.