Skip to content

Commit a086bcf

Browse files
committed
Further updates with regards to the Log4J vulnerability
1 parent 957156e commit a086bcf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
<groupId>org.eclipse.jgit</groupId>
4141
<artifactId>org.eclipse.jgit</artifactId>
4242
<version>5.1.1.201809181055-r</version>
43+
<type>jar</type>
4344
</dependency>
44-
4545
<dependency>
4646
<groupId>net.lingala.zip4j</groupId>
4747
<artifactId>zip4j</artifactId>
48-
<version>1.3.2</version>
48+
<version>1.3.3</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.apache.logging.log4j</groupId>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.apache.logging.log4j</groupId>
6262
<artifactId>log4j-slf4j-impl</artifactId>
63-
<version>2.13.3</version>
63+
<version>2.15.0</version>
6464
</dependency>
6565
</dependencies>
6666
<build>

src/main/java/apc/ArgumentManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private void showError(Exception ex) {
173173
* Display the version information
174174
*/
175175
public void showVersion() {
176-
String versionNumber = "1.5-stable";
176+
String versionNumber = "1.5.1-stable";
177177
StringBuilder version = new StringBuilder();
178178
version.append("[+]AndroidProjectCreator " + versionNumber + " [developed by Max 'Libra' Kersten <info@maxkersten.nl> or @Libranalysis on Twitter]\n");
179179
System.out.println(version.toString());
Binary file not shown.

0 commit comments

Comments
 (0)