Skip to content

Commit a365498

Browse files
authored
Merge pull request #94 from CyberSource/log4j2-fix
Upgrade to log4j2 v2.16.0
2 parents b7496c7 + 7386dd4 commit a365498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<dependency>
266266
<groupId>com.cybersource</groupId>
267267
<artifactId>AuthenticationSdk</artifactId>
268-
<version>0.0.19</version>
268+
<version>0.0.20</version>
269269
</dependency>
270270
</dependencies>
271271

@@ -281,6 +281,6 @@
281281
<maven-plugin-version>1.0.0</maven-plugin-version>
282282
<junit-version>4.13.2</junit-version>
283283
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
284-
<log4j.version>2.15.0</log4j.version>
284+
<log4j.version>2.16.0</log4j.version>
285285
</properties>
286286
</project>

0 commit comments

Comments
 (0)