Skip to content

Commit 2e40652

Browse files
committed
Update dependencies
1 parent 0b5c0bb commit 2e40652

File tree

10 files changed

+12
-9
lines changed

10 files changed

+12
-9
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<project name="jTessBoxEditor" default="default" basedir=".">
1111
<description>Builds, tests, and runs the project jTessBoxEditor.</description>
1212
<import file="nbproject/build-impl.xml"/>
13-
<property name="version" value="2.4.0"/>
13+
<property name="version" value="2.4.1"/>
1414

1515
<target name="-post-compile">
1616
<copy todir="${build.classes.dir}">

lib/jna-5.12.1.jar

-1.78 MB
Binary file not shown.

lib/jna-5.13.0.jar

1.79 MB
Binary file not shown.

lib/lept4j-1.17.0.jar

-3.56 MB
Binary file not shown.

lib/lept4j-1.18.0.jar

3.56 MB
Binary file not shown.

lib/tess4j-5.5.0.jar

-2.56 MB
Binary file not shown.

lib/tess4j-5.6.0.jar

2.57 MB
Binary file not shown.

nbproject/project.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ file.reference.commons-io-2.11.0.jar=lib/commons-io-2.11.0.jar
66
file.reference.jai-imageio-core-1.4.0.jar=lib/jai-imageio-core-1.4.0.jar
77
file.reference.jai-imageio-jpeg2000-1.4.0.jar=lib/jai-imageio-jpeg2000-1.4.0.jar
88
file.reference.javax.activation-1.2.0.jar=lib/javax.activation-1.2.0.jar
9-
file.reference.jna-5.12.1.jar=lib/jna-5.12.1.jar
10-
file.reference.lept4j-1.17.0.jar=lib/lept4j-1.17.0.jar
9+
file.reference.jna-5.13.0.jar=lib/jna-5.13.0.jar
10+
file.reference.lept4j-1.18.0.jar=lib/lept4j-1.18.0.jar
1111
file.reference.logback-classic-1.4.5.jar=lib/logback-classic-1.4.5.jar
1212
file.reference.logback-core-1.4.5.jar=lib/logback-core-1.4.5.jar
1313
file.reference.slf4j-api-2.0.6.jar=lib/slf4j-api-2.0.6.jar
14-
file.reference.tess4j-5.5.0.jar=lib/tess4j-5.5.0.jar
14+
file.reference.tess4j-5.6.0.jar=lib/tess4j-5.6.0.jar
1515
javac.external.vm=false
1616
javac.modulepath=
1717
javac.processormodulepath=
@@ -80,12 +80,12 @@ javac.classpath=\
8080
${file.reference.jai-imageio-core-1.4.0.jar}:\
8181
${file.reference.jai-imageio-jpeg2000-1.4.0.jar}:\
8282
${file.reference.javax.activation-1.2.0.jar}:\
83-
${file.reference.jna-5.12.1.jar}:\
84-
${file.reference.lept4j-1.17.0.jar}:\
83+
${file.reference.jna-5.13.0.jar}:\
84+
${file.reference.lept4j-1.18.0.jar}:\
8585
${file.reference.logback-classic-1.4.5.jar}:\
8686
${file.reference.logback-core-1.4.5.jar}:\
8787
${file.reference.slf4j-api-2.0.6.jar}:\
88-
${file.reference.tess4j-5.5.0.jar}
88+
${file.reference.tess4j-5.6.0.jar}
8989
javadoc.noindex=false
9090
manifest.custom.codebase=
9191
annotation.processing.enabled.in.editor=false

src/net/sourceforge/tessboxeditor/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
33
<properties>
44
<comment>Configuration File</comment>
5-
<entry key="ReleaseDate">2023/01/05</entry>
6-
<entry key="Version">v2.4.0</entry>
5+
<entry key="ReleaseDate">2023/02/01</entry>
6+
<entry key="Version">v2.4.1</entry>
77
</properties>

versionchanges.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,7 @@ Version 2.4.0 (5 January 2023)
155155
- Upgrade Tesseract training executable 5.3.0
156156
- Add fontconfig_tmpdir command option for text2image
157157
- Implement Remove empty boxes function
158+
- Update dependencies
159+
160+
Version 2.4.1 (1 February 2023)
158161
- Update dependencies

0 commit comments

Comments
 (0)