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
+2-2Lines changed: 2 additions & 2 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/logstash/logstash-logback-encoder/tree/logstash-logback-encoder-6.3).
3
+
> See [here for documentation on the latest released version](https://github.com/logstash/logstash-logback-encoder/tree/logstash-logback-encoder-6.4).
4
4
5
5
# Logstash Logback Encoder
6
6
@@ -76,7 +76,7 @@ Maven style:
76
76
<dependency>
77
77
<groupId>net.logstash.logback</groupId>
78
78
<artifactId>logstash-logback-encoder</artifactId>
79
-
<version>6.3</version>
79
+
<version>6.4</version>
80
80
</dependency>
81
81
<!-- Your project must also directly depend on either logback-classic or logback-access. For example: -->
0 commit comments