You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
> !! This document applies to the next version under development.
2
2
>
3
-
> See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-7.4).
3
+
> See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-8.0).
4
4
5
5
# Logstash Logback Encoder
6
6
@@ -99,7 +99,7 @@ Maven style:
99
99
<dependency>
100
100
<groupId>net.logstash.logback</groupId>
101
101
<artifactId>logstash-logback-encoder</artifactId>
102
-
<version>7.4</version>
102
+
<version>8.0</version>
103
103
<!-- Use runtime scope if the project does not have any compile-time usage of logstash-logback-encoder,
104
104
such as usage of StructuredArguments/Markers or implementations such as
0 commit comments