You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -156,9 +156,10 @@
156
156
<type>test-jar</type>
157
157
<scope>test</scope>
158
158
</dependency>
159
-
<dependency>
160
-
<groupId>ch.qos.reload4j</groupId>
161
-
<artifactId>reload4j</artifactId>
159
+
<!-- Use a repackaged version of log4j with security patches. Default log4j v1.2 is a transitive dependency of connect-runtime, but it is excluded in common/pom.xml -->
0 commit comments