Skip to content

Commit cd7ba16

Browse files
committed
Updated Log4J to version 2.16.0 to remediate CVE-2021-45046
1 parent a086bcf commit cd7ba16

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>libra</groupId>
55
<artifactId>AndroidProjectCreator</artifactId>
6-
<version>1.5.1-stable</version>
6+
<version>1.5.2-stable</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -50,17 +50,17 @@
5050
<dependency>
5151
<groupId>org.apache.logging.log4j</groupId>
5252
<artifactId>log4j-api</artifactId>
53-
<version>2.15.0</version>
53+
<version>2.16.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.apache.logging.log4j</groupId>
5757
<artifactId>log4j-core</artifactId>
58-
<version>2.15.0</version>
58+
<version>2.16.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.logging.log4j</groupId>
6262
<artifactId>log4j-slf4j-impl</artifactId>
63-
<version>2.15.0</version>
63+
<version>2.16.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.1-stable";
176+
String versionNumber = "1.5.2-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());

target/AndroidProjectCreator-1.5.1-stable-jar-with-dependencies.jar renamed to target/AndroidProjectCreator-1.5.2-stable-jar-with-dependencies.jar

5.05 MB
Binary file not shown.

0 commit comments

Comments
 (0)