Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jul 29, 2023
1 parent 1b74cb1 commit 9d7cc86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,18 +225,18 @@
<dependency>
<groupId>net.sourceforge.lept4j</groupId>
<artifactId>lept4j</artifactId>
<version>1.18.0</version>
<version>1.18.1</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-vfs</artifactId>
<version>3.3.0.Final</version>
<version>3.2.17.Final</version>
</dependency>
<!-- Logging Dependencies -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.8</version>
<version>1.3.8</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/versionchanges.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,5 @@ Version 5.6.0 (29 January 2023)
Version 5.7.0 (3 April 2023)
- Upgrade to Tesseract 5.3.1

Version 5.8.0 (28 July 2023)
Version 5.8.0 (29 July 2023)
- Upgrade to Tesseract 5.3.2

0 comments on commit 9d7cc86

Please sign in to comment.