Skip to content

Commit b059a3f

Browse files
author
Chris Cho
authored
Update Log4J dependency to 2.16.0 (#191)
1 parent d34c1d7 commit b059a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/logging.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ tab corresponding to the logging framework you would like to use in your project
170170
<dependency>
171171
<groupId>org.apache.logging.log4j</groupId>
172172
<artifactId>log4j-slf4j-impl</artifactId>
173-
<version>2.15.0</version>
173+
<version>2.16.0</version>
174174
</dependency>
175175

176176
.. tab:: Gradle
@@ -181,7 +181,7 @@ tab corresponding to the logging framework you would like to use in your project
181181
.. code-block:: none
182182

183183
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'
185185
}
186186

187187
Once you have included the preceding dependency, log an error using the

0 commit comments

Comments
 (0)