File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ tab corresponding to the logging framework you would like to use in your project
170
170
<dependency>
171
171
<groupId>org.apache.logging.log4j</groupId>
172
172
<artifactId>log4j-slf4j-impl</artifactId>
173
- <version>2.15 .0</version>
173
+ <version>2.16 .0</version>
174
174
</dependency>
175
175
176
176
.. tab:: Gradle
@@ -181,7 +181,7 @@ tab corresponding to the logging framework you would like to use in your project
181
181
.. code-block:: none
182
182
183
183
dependencies {
184
- implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.15 .0'
184
+ implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.16 .0'
185
185
}
186
186
187
187
Once you have included the preceding dependency, log an error using the
You can’t perform that action at this time.
0 commit comments