Skip to content

Commit e3fceaf

Browse files
committed
Update to dependencies
1 parent 2e6ac5c commit e3fceaf

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<classpathentry kind="lib" path="lib/commons-lang3-3.20.0.jar"/>
1414
<classpathentry kind="lib" path="lib/commons-logging-1.3.6.jar"/>
1515
<classpathentry kind="lib" path="lib/commons-text-1.15.0.jar"/>
16-
<classpathentry kind="lib" path="lib/log4j-api-2.25.3.jar"/>
17-
<classpathentry kind="lib" path="lib/log4j-core-2.25.3.jar"/>
1816
<classpathentry kind="lib" path="lib/opencsv-5.12.0.jar"/>
1917
<classpathentry kind="lib" path="lib/commons-beanutils-1.11.0.jar"/>
2018
<classpathentry kind="lib" path="lib/commons-codec-1.21.0.jar"/>
19+
<classpathentry kind="lib" path="lib/log4j-api-2.25.4.jar"/>
20+
<classpathentry kind="lib" path="lib/log4j-core-2.25.4.jar"/>
2121
<classpathentry kind="output" path="bin"/>
2222
</classpath>

LabelServer.jar

0 Bytes
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
<dependency>
7272
<groupId>org.apache.logging.log4j</groupId>
7373
<artifactId>log4j-api</artifactId>
74-
<version>2.25.3</version>
74+
<version>2.25.4</version>
7575
</dependency>
7676

7777
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
7878
<dependency>
7979
<groupId>org.apache.logging.log4j</groupId>
8080
<artifactId>log4j-core</artifactId>
81-
<version>2.25.3</version>
81+
<version>2.25.4</version>
8282
</dependency>
8383

8484
<!-- https://mvnrepository.com/artifact/com.opencsv/opencsv -->

src/com/commander4j/labeller/Labeller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Labeller extends Thread
3636
private LabellerCMDFile labellerCMDFile = new LabellerCMDFile();
3737
private String commandFile = "";
3838
private boolean requestPrint = false;
39-
public static String version = "4.00";
39+
public static String version = "4.01";
4040

4141
private File fileWrite;
4242
private int waitRetries = 20;

0 commit comments

Comments
 (0)