File tree Expand file tree Collapse file tree
src/com/commander4j/labeller Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments