Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit efdfb74

Browse files
authored
fix: bump to log4j 2.17 to avoid vulnerability (#220)
* log4j 2.17
1 parent 854fcb0 commit efdfb74

File tree

1 file changed

+1
-1
lines changed
  • refarch/aws-native/streaming/stream-processing

1 file changed

+1
-1
lines changed

refarch/aws-native/streaming/stream-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.apache.logging.log4j</groupId>
102102
<artifactId>log4j-slf4j-impl</artifactId>
103-
<version>2.14.1</version>
103+
<version>2.17.0</version>
104104
<scope>runtime</scope>
105105
</dependency>
106106

0 commit comments

Comments
 (0)