Skip to content

Commit ed1b470

Browse files
committed
Update readme for 8.1
1 parent f280cfd commit ed1b470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> !! This document applies to the next version under development.
22
>
3-
>     See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-8.0).
3+
>     See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-8.1).
44
55
# Logstash Logback Encoder
66

@@ -99,7 +99,7 @@ Maven style:
9999
<dependency>
100100
<groupId>net.logstash.logback</groupId>
101101
<artifactId>logstash-logback-encoder</artifactId>
102-
<version>8.0</version>
102+
<version>8.1</version>
103103
<!-- Use runtime scope if the project does not have any compile-time usage of logstash-logback-encoder,
104104
such as usage of StructuredArguments/Markers or implementations such as
105105
JsonProvider, AppenderListener, JsonFactoryDecorator, JsonGeneratorDecorator, etc
@@ -110,7 +110,7 @@ Maven style:
110110
<dependency>
111111
<groupId>ch.qos.logback</groupId>
112112
<artifactId>logback-classic</artifactId>
113-
<version>1.5.6</version>
113+
<version>1.5.18</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>

0 commit comments

Comments
 (0)