Skip to content

Commit eb692bd

Browse files
committed
[release]
Bump readme references to 7.1
1 parent 21c1177 commit eb692bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
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-7.0.1).
3+
>     See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-7.1).
44
55
# Logstash Logback Encoder
66

@@ -83,7 +83,7 @@ Maven style:
8383
<dependency>
8484
<groupId>net.logstash.logback</groupId>
8585
<artifactId>logstash-logback-encoder</artifactId>
86-
<version>7.0.1</version>
86+
<version>7.1</version>
8787
<!-- Use runtime scope if the project does not have any compile-time usage of logstash-logback-encoder,
8888
such as usage of StructuredArguments/Markers or implementations such as
8989
JsonProvider, AppenderListener, JsonFactoryDecorator, JsonGeneratorDecorator, etc
@@ -94,7 +94,7 @@ Maven style:
9494
<dependency>
9595
<groupId>ch.qos.logback</groupId>
9696
<artifactId>logback-classic</artifactId>
97-
<version>1.2.6</version>
97+
<version>1.2.11</version>
9898
<!-- Use runtime scope if the project does not have any compile-time usage of logback,
9999
such as implementations of Appender, Encoder, Layout, TurboFilter, etc
100100
<scope>runtime</scope>

0 commit comments

Comments
 (0)