File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 xsi : schemaLocation =" http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd" >
2424 <body >
2525
26+ <release version =" 1.2.12" date =" not released" >
27+ <action type =" update" dev =" sseifert" >
28+ Remove log4j dependency, update slf4j dependency.
29+ </action >
30+ </release >
31+
2632 <release version =" 1.2.10" date =" 2021-12-18" >
2733 <action type =" update" dev =" sseifert" >
2834 Update to global-parent 40.
Original file line number Diff line number Diff line change 132132 <dependency >
133133 <groupId >org.slf4j</groupId >
134134 <artifactId >slf4j-api</artifactId >
135- <version >1.7.25</version >
136- </dependency >
137- <dependency >
138- <groupId >org.slf4j</groupId >
139- <artifactId >slf4j-log4j12</artifactId >
140- <version >1.7.25</version >
135+ <version >1.7.32</version >
141136 </dependency >
142137 <dependency >
143138 <groupId >org.slf4j</groupId >
144139 <artifactId >slf4j-simple</artifactId >
145- <version >1.7.25</version >
146- </dependency >
147- <dependency >
148- <groupId >log4j</groupId >
149- <artifactId >log4j</artifactId >
150- <version >1.2.17</version >
140+ <version >1.7.32</version >
151141 </dependency >
152142
153143 <!-- Testing -->
You can’t perform that action at this time.
0 commit comments