Skip to content

Commit

Permalink
TIKA-3770: update lombok and jakarta.annotation-api
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed May 20, 2022
1 parent 7fd12a3 commit 4009fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
<cli.version>1.5.0</cli.version>
<lucene.version>8.11.1</lucene.version>
<mockito.version>4.5.1</mockito.version>
<lombok.version>1.18.22</lombok.version>
<lombok.version>1.18.24</lombok.version>
<opennlp.version>1.9.4</opennlp.version>
<xerces.version>2.12.2</xerces.version>
</properties>
Expand Down Expand Up @@ -379,7 +379,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>1.3.5</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tika-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>1.3.5</version>
<version>2.1.0</version>
</dependency>

<!-- Externally Maintained Parsers -->
Expand Down

0 comments on commit 4009fc6

Please sign in to comment.