Skip to content

Commit 9c37d9b

Browse files
committed
replace vulnerable dependency log4j
1 parent 0f6b543 commit 9c37d9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>
252-
<groupId>log4j</groupId>
253-
<artifactId>log4j</artifactId>
254-
<version>1.2.17</version>
252+
<groupId>org.apache.logging.log4j</groupId>
253+
<artifactId>log4j-core</artifactId>
254+
<version>2.24.1</version>
255255
<scope>test</scope>
256256
</dependency>
257257
</dependencies>

0 commit comments

Comments
 (0)