Skip to content

Commit 233357c

Browse files
committed
bump logback version mentioned in README.md
1 parent 95d87cd commit 233357c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Maven style:
110110
<dependency>
111111
<groupId>ch.qos.logback</groupId>
112112
<artifactId>logback-classic</artifactId>
113-
<version>1.5.19</version>
113+
<version>1.5.20</version>
114114
<!-- Use runtime scope if the project does not have any compile-time usage of logback,
115115
such as implementations of Appender, Encoder, Layout, TurboFilter, etc
116116
<scope>runtime</scope>
@@ -140,7 +140,7 @@ For example, to ensure that maven doesn't pick different versions of logback-cor
140140

141141
```xml
142142
<properties>
143-
<logback-classic.version>1.5.19</logback-classic.version>
143+
<logback-classic.version>1.5.20</logback-classic.version>
144144
<logback-access.version>2.0.6</logback-access.version>
145145
</properties>
146146
<dependencyManagement>

0 commit comments

Comments
 (0)